Html Css Color HEX #065888 Dark Cerulean

📋 copy color: '#065888'

red 6 ◦ green 88 ◦ blue 136

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

Shades of Dark Cerulean #065888

Tints of Dark Cerulean #065888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 2.61%
G = 38.26%
B = 59.13%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065888 (or 0x065888) is known color: Dark Cerulean. HEX triplet: 06, 58 and 88. RGB value is (6,88,136). Sum of RGB (Red+Green+Blue) = 6+88+136=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #065888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065888 is #F9A777. Grayscale: #444444. Windows color (decimal): -16361336 or 8935430. OLE color: 8935430.

HSL color Cylindrical-coordinate representation of color #065888: hue angle of 202.15º 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 #065888 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 88 136 -
CMYK 0.96 0.35 0 0.47
HSL 202.15º 0.92% 0.28% -
HSV(B) 202.15º 0.96% 0.53% -
XYZ 8.01 8.8 24.57 -
YUV 68.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 6 88 136 0.96 0.35 0 0.47 202.15 0.92 0.28
Hex 6 58 88 60 23 0 2F CA 5C 1C
Octal 6 130 210 140 43 0 57 312 134 34
Binary 110 1011000 10001000 1100000 100011 0 101111 11001010 1011100 11100

Color Harmonies of #065888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065888

Black with #065888

Text Example


Text Example

White with #065888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065888; }

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

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

background-color css

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

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

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

border-color css

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

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

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