Html Css Color HEX #065C8F Dark Cerulean

📋 copy color: '#065C8F'

red 6 ◦ green 92 ◦ blue 143

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

Shades of Dark Cerulean #065C8F

Tints of Dark Cerulean #065C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 2.49%
G = 38.17%
B = 59.34%

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

#065C8F (or 0x065C8F) is known color: Dark Cerulean. HEX triplet: 06, 5C and 8F. RGB value is (6,92,143). Sum of RGB (Red+Green+Blue) = 6+92+143=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #065C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C8F is #F9A370. Grayscale: #474747. Windows color (decimal): -16360305 or 9395206. OLE color: 9395206.

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

Color convert

RGB 6 92 143 -
CMYK 0.96 0.36 0 0.44
HSL 202.34º 0.92% 0.29% -
HSV(B) 202.34º 0.96% 0.56% -
XYZ 8.86 9.68 27.39 -
YUV 72.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 6 92 143 0.96 0.36 0 0.44 202.34 0.92 0.29
Hex 6 5C 8F 60 24 0 2C CA 5C 1D
Octal 6 134 217 140 44 0 54 312 134 35
Binary 110 1011100 10001111 1100000 100100 0 101100 11001010 1011100 11101

Color Harmonies of #065C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C8F

Black with #065C8F

Text Example


Text Example

White with #065C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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