Html Css Color HEX #065B8E Dark Cerulean

📋 copy color: '#065B8E'

red 6 ◦ green 91 ◦ blue 142

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

Shades of Dark Cerulean #065B8E

Tints of Dark Cerulean #065B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 2.51%
G = 38.08%
B = 59.41%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065B8E (or 0x065B8E) is known color: Dark Cerulean. HEX triplet: 06, 5B and 8E. RGB value is (6,91,142). Sum of RGB (Red+Green+Blue) = 6+91+142=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #065B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B8E is #F9A471. Grayscale: #474747. Windows color (decimal): -16360562 or 9329414. OLE color: 9329414.

HSL color Cylindrical-coordinate representation of color #065B8E: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B8E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 91 142 -
CMYK 0.96 0.36 0 0.44
HSL 202.5º 0.92% 0.29% -
HSV(B) 202.5º 0.96% 0.56% -
XYZ 8.7 9.47 26.96 -
YUV 71.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 6 91 142 0.96 0.36 0 0.44 202.5 0.92 0.29
Hex 6 5B 8E 60 24 0 2C CA 5C 1D
Octal 6 133 216 140 44 0 54 312 134 35
Binary 110 1011011 10001110 1100000 100100 0 101100 11001010 1011100 11101

Color Harmonies of #065B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B8E

Black with #065B8E

Text Example


Text Example

White with #065B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065B8E; }

 p { color: rgb(6,91,142); }

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

background-color css

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

 a { background-color: rgb(6,91,142); }

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

border-color css

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

 span { border-color: rgb(6,91,142); }

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