Html Css Color HEX #065780 Dark Cerulean

📋 copy color: '#065780'

red 6 ◦ green 87 ◦ blue 128

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

Shades of Dark Cerulean #065780

Tints of Dark Cerulean #065780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 2.71%
G = 39.37%
B = 57.92%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#065780 (or 0x065780) is known color: Dark Cerulean. HEX triplet: 06, 57 and 80. RGB value is (6,87,128). Sum of RGB (Red+Green+Blue) = 6+87+128=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #065780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065780 is #F9A87F. Grayscale: #434343. Windows color (decimal): -16361600 or 8410886. OLE color: 8410886.

HSL color Cylindrical-coordinate representation of color #065780: hue angle of 200.16º 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 #065780 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 87 128 -
CMYK 0.95 0.32 0 0.50
HSL 200.16º 0.91% 0.26% -
HSV(B) 200.16º 0.95% 0.5% -
XYZ 7.38 8.41 21.66 -
YUV 67.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 6 87 128 0.95 0.32 0 0.50 200.16 0.91 0.26
Hex 6 57 80 5F 20 0 32 C8 5B 1A
Octal 6 127 200 137 40 0 62 310 133 32
Binary 110 1010111 10000000 1011111 100000 0 110010 11001000 1011011 11010

Color Harmonies of #065780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065780

Black with #065780

Text Example


Text Example

White with #065780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065780; }

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

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

background-color css

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

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

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

border-color css

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

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

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