Html Css Color HEX #065788 Dark Cerulean

📋 copy color: '#065788'

red 6 ◦ green 87 ◦ blue 136

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

Shades of Dark Cerulean #065788

Tints of Dark Cerulean #065788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 2.62%
G = 37.99%
B = 59.39%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065788 (or 0x065788) is known color: Dark Cerulean. HEX triplet: 06, 57 and 88. RGB value is (6,87,136). Sum of RGB (Red+Green+Blue) = 6+87+136=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #065788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065788 is #F9A877. Grayscale: #444444. Windows color (decimal): -16361592 or 8935174. OLE color: 8935174.

HSL color Cylindrical-coordinate representation of color #065788: hue angle of 202.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065788 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 87 136 -
CMYK 0.96 0.36 0 0.47
HSL 202.62º 0.92% 0.28% -
HSV(B) 202.62º 0.96% 0.53% -
XYZ 7.93 8.63 24.54 -
YUV 68.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 6 87 136 0.96 0.36 0 0.47 202.62 0.92 0.28
Hex 6 57 88 60 24 0 2F CB 5C 1C
Octal 6 127 210 140 44 0 57 313 134 34
Binary 110 1010111 10001000 1100000 100100 0 101111 11001011 1011100 11100

Color Harmonies of #065788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065788

Black with #065788

Text Example


Text Example

White with #065788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065788; }

 p { color: rgb(6,87,136); }

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

background-color css

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

 a { background-color: rgb(6,87,136); }

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

border-color css

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

 span { border-color: rgb(6,87,136); }

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