Html Css Color HEX #065080 Dark Cerulean

📋 copy color: '#065080'

red 6 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #065080

Tints of Dark Cerulean #065080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 2.8%
G = 37.38%
B = 59.81%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#065080 (or 0x065080) is known color: Dark Cerulean. HEX triplet: 06, 50 and 80. RGB value is (6,80,128). Sum of RGB (Red+Green+Blue) = 6+80+128=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #065080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065080 is #F9AF7F. Grayscale: #3F3F3F. Windows color (decimal): -16363392 or 8409094. OLE color: 8409094.

HSL color Cylindrical-coordinate representation of color #065080: hue angle of 203.61º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065080 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 80 128 -
CMYK 0.95 0.38 0 0.50
HSL 203.61º 0.91% 0.26% -
HSV(B) 203.61º 0.95% 0.5% -
XYZ 6.84 7.33 21.48 -
YUV 63.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 6 80 128 0.95 0.38 0 0.50 203.61 0.91 0.26
Hex 6 50 80 5F 26 0 32 CC 5B 1A
Octal 6 120 200 137 46 0 62 314 133 32
Binary 110 1010000 10000000 1011111 100110 0 110010 11001100 1011011 11010

Color Harmonies of #065080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065080

Black with #065080

Text Example


Text Example

White with #065080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065080; }

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

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

background-color css

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

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

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

border-color css

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

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

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