Html Css Color HEX #065290 Dark Cerulean

📋 copy color: '#065290'

red 6 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #065290

Tints of Dark Cerulean #065290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 2.59%
G = 35.34%
B = 62.07%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065290 (or 0x065290) is known color: Dark Cerulean. HEX triplet: 06, 52 and 90. RGB value is (6,82,144). Sum of RGB (Red+Green+Blue) = 6+82+144=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #065290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065290 is #F9AD6F. Grayscale: #424242. Windows color (decimal): -16362864 or 9458182. OLE color: 9458182.

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

Color convert

RGB 6 82 144 -
CMYK 0.96 0.43 0 0.44
HSL 206.96º 0.92% 0.29% -
HSV(B) 206.96º 0.96% 0.56% -
XYZ 8.13 8.09 27.52 -
YUV 66.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 6 82 144 0.96 0.43 0 0.44 206.96 0.92 0.29
Hex 6 52 90 60 2B 0 2C CF 5C 1D
Octal 6 122 220 140 53 0 54 317 134 35
Binary 110 1010010 10010000 1100000 101011 0 101100 11001111 1011100 11101

Color Harmonies of #065290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065290

Black with #065290

Text Example


Text Example

White with #065290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065290; }

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

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

background-color css

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

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

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

border-color css

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

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

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