Html Css Color HEX #065886 Dark Cerulean

📋 copy color: '#065886'

red 6 ◦ green 88 ◦ blue 134

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

Shades of Dark Cerulean #065886

Tints of Dark Cerulean #065886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 58.77%

R = 2.63%
G = 38.6%
B = 58.77%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065886 (or 0x065886) is known color: Dark Cerulean. HEX triplet: 06, 58 and 86. RGB value is (6,88,134). Sum of RGB (Red+Green+Blue) = 6+88+134=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #065886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065886 is #F9A779. Grayscale: #444444. Windows color (decimal): -16361338 or 8804358. OLE color: 8804358.

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

Color convert

RGB 6 88 134 -
CMYK 0.96 0.34 0 0.47
HSL 201.56º 0.91% 0.27% -
HSV(B) 201.56º 0.96% 0.53% -
XYZ 7.87 8.74 23.83 -
YUV 68.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 6 88 134 0.96 0.34 0 0.47 201.56 0.91 0.27
Hex 6 58 86 60 22 0 2F CA 5B 1B
Octal 6 130 206 140 42 0 57 312 133 33
Binary 110 1011000 10000110 1100000 100010 0 101111 11001010 1011011 11011

Color Harmonies of #065886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065886

Black with #065886

Text Example


Text Example

White with #065886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065886; }

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

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

background-color css

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

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

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

border-color css

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

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

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