Html Css Color HEX #065C8B Dark Cerulean

📋 copy color: '#065C8B'

red 6 ◦ green 92 ◦ blue 139

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

Shades of Dark Cerulean #065C8B

Tints of Dark Cerulean #065C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 2.53%
G = 38.82%
B = 58.65%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#065C8B (or 0x065C8B) is known color: Dark Cerulean. HEX triplet: 06, 5C and 8B. RGB value is (6,92,139). Sum of RGB (Red+Green+Blue) = 6+92+139=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #065C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C8B is #F9A374. Grayscale: #474747. Windows color (decimal): -16360309 or 9133062. OLE color: 9133062.

HSL color Cylindrical-coordinate representation of color #065C8B: hue angle of 201.2º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C8B is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 92 139 -
CMYK 0.96 0.34 0 0.45
HSL 201.2º 0.92% 0.28% -
HSV(B) 201.2º 0.96% 0.55% -
XYZ 8.56 9.56 25.82 -
YUV 71.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 6 92 139 0.96 0.34 0 0.45 201.2 0.92 0.28
Hex 6 5C 8B 60 22 0 2D C9 5C 1C
Octal 6 134 213 140 42 0 55 311 134 34
Binary 110 1011100 10001011 1100000 100010 0 101101 11001001 1011100 11100

Color Harmonies of #065C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C8B

Black with #065C8B

Text Example


Text Example

White with #065C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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