Html Css Color HEX #065086 Dark Cerulean

📋 copy color: '#065086'

red 6 ◦ green 80 ◦ blue 134

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

Shades of Dark Cerulean #065086

Tints of Dark Cerulean #065086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 2.73%
G = 36.36%
B = 60.91%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065086 (or 0x065086) is known color: Dark Cerulean. HEX triplet: 06, 50 and 86. RGB value is (6,80,134). Sum of RGB (Red+Green+Blue) = 6+80+134=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #065086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065086 is #F9AF79. Grayscale: #3F3F3F. Windows color (decimal): -16363386 or 8802310. OLE color: 8802310.

HSL color Cylindrical-coordinate representation of color #065086: hue angle of 205.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065086 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 80 134 -
CMYK 0.96 0.40 0 0.47
HSL 205.31º 0.91% 0.27% -
HSV(B) 205.31º 0.96% 0.53% -
XYZ 7.25 7.5 23.62 -
YUV 64.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 6 80 134 0.96 0.40 0 0.47 205.31 0.91 0.27
Hex 6 50 86 60 28 0 2F CD 5B 1B
Octal 6 120 206 140 50 0 57 315 133 33
Binary 110 1010000 10000110 1100000 101000 0 101111 11001101 1011011 11011

Color Harmonies of #065086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065086

Black with #065086

Text Example


Text Example

White with #065086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065086; }

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

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

background-color css

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

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

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

border-color css

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

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

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