Html Css Color HEX #065090 Dark Cerulean

📋 copy color: '#065090'

red 6 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #065090

Tints of Dark Cerulean #065090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 2.61%
G = 34.78%
B = 62.61%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065090 (or 0x065090) is known color: Dark Cerulean. HEX triplet: 06, 50 and 90. RGB value is (6,80,144). Sum of RGB (Red+Green+Blue) = 6+80+144=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #065090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065090 is #F9AF6F. Grayscale: #404040. Windows color (decimal): -16363376 or 9457670. OLE color: 9457670.

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

Color convert

RGB 6 80 144 -
CMYK 0.96 0.44 0 0.44
HSL 207.83º 0.92% 0.29% -
HSV(B) 207.83º 0.96% 0.56% -
XYZ 7.98 7.79 27.47 -
YUV 65.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 6 80 144 0.96 0.44 0 0.44 207.83 0.92 0.29
Hex 6 50 90 60 2C 0 2C D0 5C 1D
Octal 6 120 220 140 54 0 54 320 134 35
Binary 110 1010000 10010000 1100000 101100 0 101100 11010000 1011100 11101

Color Harmonies of #065090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065090

Black with #065090

Text Example


Text Example

White with #065090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065090; }

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

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

background-color css

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

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

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

border-color css

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

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

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