Html Css Color HEX #064C8A Dark Cerulean

📋 copy color: '#064C8A'

red 6 ◦ green 76 ◦ blue 138

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

Shades of Dark Cerulean #064C8A

Tints of Dark Cerulean #064C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.55%

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 2.73%
G = 34.55%
B = 62.73%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064C8A (or 0x064C8A) is known color: Dark Cerulean. HEX triplet: 06, 4C and 8A. RGB value is (6,76,138). Sum of RGB (Red+Green+Blue) = 6+76+138=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #064C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C8A is #F9B375. Grayscale: #3D3D3D. Windows color (decimal): -16364406 or 9063430. OLE color: 9063430.

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

Color convert

RGB 6 76 138 -
CMYK 0.96 0.45 0 0.46
HSL 208.18º 0.92% 0.28% -
HSV(B) 208.18º 0.96% 0.54% -
XYZ 7.25 7.04 25.02 -
YUV 62.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 6 76 138 0.96 0.45 0 0.46 208.18 0.92 0.28
Hex 6 4C 8A 60 2D 0 2E D0 5C 1C
Octal 6 114 212 140 55 0 56 320 134 34
Binary 110 1001100 10001010 1100000 101101 0 101110 11010000 1011100 11100

Color Harmonies of #064C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C8A

Black with #064C8A

Text Example


Text Example

White with #064C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,138); }

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

background-color css

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

 a { background-color: rgb(6,76,138); }

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

border-color css

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

 span { border-color: rgb(6,76,138); }

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