Html Css Color HEX #065A8F Dark Cerulean

📋 copy color: '#065A8F'

red 6 ◦ green 90 ◦ blue 143

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

Shades of Dark Cerulean #065A8F

Tints of Dark Cerulean #065A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.83%

R = 2.51%
G = 37.66%
B = 59.83%

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

#065A8F (or 0x065A8F) is known color: Dark Cerulean. HEX triplet: 06, 5A and 8F. RGB value is (6,90,143). Sum of RGB (Red+Green+Blue) = 6+90+143=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #065A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A8F is #F9A570. Grayscale: #464646. Windows color (decimal): -16360817 or 9394694. OLE color: 9394694.

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

Color convert

RGB 6 90 143 -
CMYK 0.96 0.37 0 0.44
HSL 203.21º 0.92% 0.29% -
HSV(B) 203.21º 0.96% 0.56% -
XYZ 8.69 9.33 27.33 -
YUV 70.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 6 90 143 0.96 0.37 0 0.44 203.21 0.92 0.29
Hex 6 5A 8F 60 25 0 2C CB 5C 1D
Octal 6 132 217 140 45 0 54 313 134 35
Binary 110 1011010 10001111 1100000 100101 0 101100 11001011 1011100 11101

Color Harmonies of #065A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A8F

Black with #065A8F

Text Example


Text Example

White with #065A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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