Html Css Color HEX #065073 Dark Cerulean

📋 copy color: '#065073'

red 6 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #065073

Tints of Dark Cerulean #065073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.21%

R = 2.99%
G = 39.8%
B = 57.21%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065073 (or 0x065073) is known color: Dark Cerulean. HEX triplet: 06, 50 and 73. RGB value is (6,80,115). Sum of RGB (Red+Green+Blue) = 6+80+115=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #065073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065073 is #F9AF8C. Grayscale: #3D3D3D. Windows color (decimal): -16363405 or 7557126. OLE color: 7557126.

HSL color Cylindrical-coordinate representation of color #065073: hue angle of 199.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065073 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 80 115 -
CMYK 0.95 0.30 0 0.55
HSL 199.27º 0.9% 0.24% -
HSV(B) 199.27º 0.95% 0.45% -
XYZ 6.04 7.01 17.26 -
YUV 61.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 6 80 115 0.95 0.30 0 0.55 199.27 0.9 0.24
Hex 6 50 73 5F 1E 0 37 C7 5A 18
Octal 6 120 163 137 36 0 67 307 132 30
Binary 110 1010000 1110011 1011111 11110 0 110111 11000111 1011010 11000

Color Harmonies of #065073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065073

Black with #065073

Text Example


Text Example

White with #065073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065073; }

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

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

background-color css

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

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

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

border-color css

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

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

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