Html Css Color HEX #065690 Dark Cerulean

📋 copy color: '#065690'

red 6 ◦ green 86 ◦ blue 144

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

Shades of Dark Cerulean #065690

Tints of Dark Cerulean #065690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 2.54%
G = 36.44%
B = 61.02%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065690 (or 0x065690) is known color: Dark Cerulean. HEX triplet: 06, 56 and 90. RGB value is (6,86,144). Sum of RGB (Red+Green+Blue) = 6+86+144=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #065690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065690 is #F9A96F. Grayscale: #444444. Windows color (decimal): -16361840 or 9459206. OLE color: 9459206.

HSL color Cylindrical-coordinate representation of color #065690: hue angle of 205.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065690 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 86 144 -
CMYK 0.96 0.40 0 0.44
HSL 205.22º 0.92% 0.29% -
HSV(B) 205.22º 0.96% 0.56% -
XYZ 8.44 8.71 27.62 -
YUV 68.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 6 86 144 0.96 0.40 0 0.44 205.22 0.92 0.29
Hex 6 56 90 60 28 0 2C CD 5C 1D
Octal 6 126 220 140 50 0 54 315 134 35
Binary 110 1010110 10010000 1100000 101000 0 101100 11001101 1011100 11101

Color Harmonies of #065690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065690

Black with #065690

Text Example


Text Example

White with #065690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065690; }

 p { color: rgb(6,86,144); }

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

background-color css

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

 a { background-color: rgb(6,86,144); }

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

border-color css

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

 span { border-color: rgb(6,86,144); }

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