Html Css Color HEX #065375 Dark Cerulean

📋 copy color: '#065375'

red 6 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #065375

Tints of Dark Cerulean #065375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 2.91%
G = 40.29%
B = 56.8%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065375 (or 0x065375) is known color: Dark Cerulean. HEX triplet: 06, 53 and 75. RGB value is (6,83,117). Sum of RGB (Red+Green+Blue) = 6+83+117=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #065375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065375 is #F9AC8A. Grayscale: #3F3F3F. Windows color (decimal): -16362635 or 7688966. OLE color: 7688966.

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

Color convert

RGB 6 83 117 -
CMYK 0.95 0.29 0 0.54
HSL 198.38º 0.9% 0.24% -
HSV(B) 198.38º 0.95% 0.46% -
XYZ 6.38 7.51 17.94 -
YUV 63.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 6 83 117 0.95 0.29 0 0.54 198.38 0.9 0.24
Hex 6 53 75 5F 1D 0 36 C6 5A 18
Octal 6 123 165 137 35 0 66 306 132 30
Binary 110 1010011 1110101 1011111 11101 0 110110 11000110 1011010 11000

Color Harmonies of #065375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065375

Black with #065375

Text Example


Text Example

White with #065375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065375; }

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

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

background-color css

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

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

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

border-color css

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

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

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