Html Css Color HEX #065A8E Dark Cerulean

📋 copy color: '#065A8E'

red 6 ◦ green 90 ◦ blue 142

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

Shades of Dark Cerulean #065A8E

Tints of Dark Cerulean #065A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 2.52%
G = 37.82%
B = 59.66%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065A8E (or 0x065A8E) is known color: Dark Cerulean. HEX triplet: 06, 5A and 8E. RGB value is (6,90,142). Sum of RGB (Red+Green+Blue) = 6+90+142=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #065A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A8E is #F9A571. Grayscale: #464646. Windows color (decimal): -16360818 or 9329158. OLE color: 9329158.

HSL color Cylindrical-coordinate representation of color #065A8E: hue angle of 202.94º 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 #065A8E is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 90 142 -
CMYK 0.96 0.37 0 0.44
HSL 202.94º 0.92% 0.29% -
HSV(B) 202.94º 0.96% 0.56% -
XYZ 8.61 9.3 26.93 -
YUV 70.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 6 90 142 0.96 0.37 0 0.44 202.94 0.92 0.29
Hex 6 5A 8E 60 25 0 2C CB 5C 1D
Octal 6 132 216 140 45 0 54 313 134 35
Binary 110 1011010 10001110 1100000 100101 0 101100 11001011 1011100 11101

Color Harmonies of #065A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A8E

Black with #065A8E

Text Example


Text Example

White with #065A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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