Html Css Color HEX #065186 Dark Cerulean

📋 copy color: '#065186'

red 6 ◦ green 81 ◦ blue 134

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

Shades of Dark Cerulean #065186

Tints of Dark Cerulean #065186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 2.71%
G = 36.65%
B = 60.63%

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

#065186 (or 0x065186) is known color: Dark Cerulean. HEX triplet: 06, 51 and 86. RGB value is (6,81,134). Sum of RGB (Red+Green+Blue) = 6+81+134=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #065186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065186 is #F9AE79. Grayscale: #404040. Windows color (decimal): -16363130 or 8802566. OLE color: 8802566.

HSL color Cylindrical-coordinate representation of color #065186: hue angle of 204.84º 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 #065186 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 81 134 -
CMYK 0.96 0.40 0 0.47
HSL 204.84º 0.91% 0.27% -
HSV(B) 204.84º 0.96% 0.53% -
XYZ 7.32 7.64 23.64 -
YUV 64.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 6 81 134 0.96 0.40 0 0.47 204.84 0.91 0.27
Hex 6 51 86 60 28 0 2F CD 5B 1B
Octal 6 121 206 140 50 0 57 315 133 33
Binary 110 1010001 10000110 1100000 101000 0 101111 11001101 1011011 11011

Color Harmonies of #065186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065186

Black with #065186

Text Example


Text Example

White with #065186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065186; }

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

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

background-color css

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

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

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

border-color css

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

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

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