Html Css Color HEX #064D88 Dark Cerulean

📋 copy color: '#064D88'

red 6 ◦ green 77 ◦ blue 136

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

Shades of Dark Cerulean #064D88

Tints of Dark Cerulean #064D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 2.74%
G = 35.16%
B = 62.1%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064D88 (or 0x064D88) is known color: Dark Cerulean. HEX triplet: 06, 4D and 88. RGB value is (6,77,136). Sum of RGB (Red+Green+Blue) = 6+77+136=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #064D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064D88 is #F9B277. Grayscale: #3E3E3E. Windows color (decimal): -16364152 or 8932614. OLE color: 8932614.

HSL color Cylindrical-coordinate representation of color #064D88: hue angle of 207.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064D88 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 77 136 -
CMYK 0.96 0.43 0 0.47
HSL 207.23º 0.92% 0.28% -
HSV(B) 207.23º 0.96% 0.53% -
XYZ 7.17 7.12 24.29 -
YUV 62.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 6 77 136 0.96 0.43 0 0.47 207.23 0.92 0.28
Hex 6 4D 88 60 2B 0 2F CF 5C 1C
Octal 6 115 210 140 53 0 57 317 134 34
Binary 110 1001101 10001000 1100000 101011 0 101111 11001111 1011100 11100

Color Harmonies of #064D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D88

Black with #064D88

Text Example


Text Example

White with #064D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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