Html Css Color HEX #065075 Dark Cerulean

📋 copy color: '#065075'

red 6 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #065075

Tints of Dark Cerulean #065075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 2.96%
G = 39.41%
B = 57.64%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065075 (or 0x065075) is known color: Dark Cerulean. HEX triplet: 06, 50 and 75. RGB value is (6,80,117). Sum of RGB (Red+Green+Blue) = 6+80+117=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #065075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065075 is #F9AF8A. Grayscale: #3D3D3D. Windows color (decimal): -16363403 or 7688198. OLE color: 7688198.

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

Color convert

RGB 6 80 117 -
CMYK 0.95 0.32 0 0.54
HSL 200º 0.9% 0.24% -
HSV(B) 200º 0.95% 0.46% -
XYZ 6.15 7.06 17.87 -
YUV 62.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 6 80 117 0.95 0.32 0 0.54 200 0.9 0.24
Hex 6 50 75 5F 20 0 36 C8 5A 18
Octal 6 120 165 137 40 0 66 310 132 30
Binary 110 1010000 1110101 1011111 100000 0 110110 11001000 1011010 11000

Color Harmonies of #065075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065075

Black with #065075

Text Example


Text Example

White with #065075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065075; }

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

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

background-color css

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

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

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

border-color css

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

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

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