Html Css Color HEX #065C8C Dark Cerulean

📋 copy color: '#065C8C'

red 6 ◦ green 92 ◦ blue 140

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

Shades of Dark Cerulean #065C8C

Tints of Dark Cerulean #065C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.82%

R = 2.52%
G = 38.66%
B = 58.82%

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

#065C8C (or 0x065C8C) is known color: Dark Cerulean. HEX triplet: 06, 5C and 8C. RGB value is (6,92,140). Sum of RGB (Red+Green+Blue) = 6+92+140=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #065C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C8C is #F9A373. Grayscale: #474747. Windows color (decimal): -16360308 or 9198598. OLE color: 9198598.

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

Color convert

RGB 6 92 140 -
CMYK 0.96 0.34 0 0.45
HSL 201.49º 0.92% 0.29% -
HSV(B) 201.49º 0.96% 0.55% -
XYZ 8.64 9.59 26.21 -
YUV 71.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 6 92 140 0.96 0.34 0 0.45 201.49 0.92 0.29
Hex 6 5C 8C 60 22 0 2D C9 5C 1D
Octal 6 134 214 140 42 0 55 311 134 35
Binary 110 1011100 10001100 1100000 100010 0 101101 11001001 1011100 11101

Color Harmonies of #065C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C8C

Black with #065C8C

Text Example


Text Example

White with #065C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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