Html Css Color HEX #064D6E Dark Cerulean

📋 copy color: '#064D6E'

red 6 ◦ green 77 ◦ blue 110

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

Shades of Dark Cerulean #064D6E

Tints of Dark Cerulean #064D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 3.11%
G = 39.9%
B = 56.99%

CMYK

 C value IS 0.95

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#064D6E (or 0x064D6E) is known color: Dark Cerulean. HEX triplet: 06, 4D and 6E. RGB value is (6,77,110). Sum of RGB (Red+Green+Blue) = 6+77+110=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #064D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D6E is #F9B291. Grayscale: #3B3B3B. Windows color (decimal): -16364178 or 7228678. OLE color: 7228678.

HSL color Cylindrical-coordinate representation of color #064D6E: hue angle of 199.04º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064D6E is Cyan = 0.95, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 77 110 -
CMYK 0.95 0.3 0 0.57
HSL 199.04º 0.9% 0.23% -
HSV(B) 199.04º 0.95% 0.43% -
XYZ 5.54 6.47 15.71 -
YUV 59.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 6 77 110 0.95 0.3 0 0.57 199.04 0.9 0.23
Hex 6 4D 6E 5F 1E 0 39 C7 5A 17
Octal 6 115 156 137 36 0 71 307 132 27
Binary 110 1001101 1101110 1011111 11110 0 111001 11000111 1011010 10111

Color Harmonies of #064D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D6E

Black with #064D6E

Text Example


Text Example

White with #064D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064D6E; }

 p { color: rgb(6,77,110); }

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

background-color css

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

 a { background-color: rgb(6,77,110); }

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

border-color css

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

 span { border-color: rgb(6,77,110); }

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