Html Css Color HEX #065082 Dark Cerulean

📋 copy color: '#065082'

red 6 ◦ green 80 ◦ blue 130

#065082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #065082

Tints of Dark Cerulean #065082

RGB

 RED value IS 6 (2.73% from 255) = 2.78%

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 2.78%
G = 37.04%
B = 60.19%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065082 (or 0x065082) is known color: Dark Cerulean. HEX triplet: 06, 50 and 82. RGB value is (6,80,130). Sum of RGB (Red+Green+Blue) = 6+80+130=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #065082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065082 is #F9AF7D. Grayscale: #3F3F3F. Windows color (decimal): -16363390 or 8540166. OLE color: 8540166.

HSL color Cylindrical-coordinate representation of color #065082: hue angle of 204.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065082 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 80 130 -
CMYK 0.95 0.38 0 0.49
HSL 204.19º 0.91% 0.27% -
HSV(B) 204.19º 0.95% 0.51% -
XYZ 6.97 7.39 22.18 -
YUV 63.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 6 80 130 0.95 0.38 0 0.49 204.19 0.91 0.27
Hex 6 50 82 5F 26 0 31 CC 5B 1B
Octal 6 120 202 137 46 0 61 314 133 33
Binary 110 1010000 10000010 1011111 100110 0 110001 11001100 1011011 11011

Color Harmonies of #065082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065082

Black with #065082

Text Example


Text Example

White with #065082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065082; }

 p { color: rgb(6,80,130); }

 H1.HeaderClassName
 {
   color: #065082;
 }
 .AnyTagClassName
 {
   color: #065082;
 }
</style>

background-color css

<style>
 a { background-color: #065082; }

 a { background-color: rgb(6,80,130); }

 div.DivClassName
 {
   background-color: #065082;
 }
 .BgClassName
 {
   background-color: #065082;
 }
</style>

border-color css

<style>
 span { border-color: #065082; }

 span { border-color: rgb(6,80,130); }

 td.TdClassName
 {
   border-color: #065082;
 }
 .TagClassName
 {
   border-color: #065082;
 }
</style>