Html Css Color HEX #064675 Dark Cerulean

📋 copy color: '#064675'

red 6 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #064675

Tints of Dark Cerulean #064675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 3.11%
G = 36.27%
B = 60.62%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#064675 (or 0x064675) is known color: Dark Cerulean. HEX triplet: 06, 46 and 75. RGB value is (6,70,117). Sum of RGB (Red+Green+Blue) = 6+70+117=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #064675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064675 is #F9B98A. Grayscale: #373737. Windows color (decimal): -16365963 or 7685638. OLE color: 7685638.

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

Color convert

RGB 6 70 117 -
CMYK 0.95 0.40 0 0.54
HSL 205.41º 0.9% 0.24% -
HSV(B) 205.41º 0.95% 0.46% -
XYZ 5.48 5.7 17.64 -
YUV 56.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 6 70 117 0.95 0.40 0 0.54 205.41 0.9 0.24
Hex 6 46 75 5F 28 0 36 CD 5A 18
Octal 6 106 165 137 50 0 66 315 132 30
Binary 110 1000110 1110101 1011111 101000 0 110110 11001101 1011010 11000

Color Harmonies of #064675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064675

Black with #064675

Text Example


Text Example

White with #064675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064675; }

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

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

background-color css

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

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

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

border-color css

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

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

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