Html Css Color HEX #064E7C Dark Cerulean

📋 copy color: '#064E7C'

red 6 ◦ green 78 ◦ blue 124

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

Shades of Dark Cerulean #064E7C

Tints of Dark Cerulean #064E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.5%

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 2.88%
G = 37.5%
B = 59.62%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#064E7C (or 0x064E7C) is known color: Dark Cerulean. HEX triplet: 06, 4E and 7C. RGB value is (6,78,124). Sum of RGB (Red+Green+Blue) = 6+78+124=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #064E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E7C is #F9B183. Grayscale: #3D3D3D. Windows color (decimal): -16363908 or 8146438. OLE color: 8146438.

HSL color Cylindrical-coordinate representation of color #064E7C: hue angle of 203.39º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E7C is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 78 124 -
CMYK 0.95 0.37 0 0.51
HSL 203.39º 0.91% 0.25% -
HSV(B) 203.39º 0.95% 0.49% -
XYZ 6.44 6.94 20.07 -
YUV 61.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 6 78 124 0.95 0.37 0 0.51 203.39 0.91 0.25
Hex 6 4E 7C 5F 25 0 33 CB 5B 19
Octal 6 116 174 137 45 0 63 313 133 31
Binary 110 1001110 1111100 1011111 100101 0 110011 11001011 1011011 11001

Color Harmonies of #064E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E7C

Black with #064E7C

Text Example


Text Example

White with #064E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,78,124); }

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

background-color css

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

 a { background-color: rgb(6,78,124); }

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

border-color css

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

 span { border-color: rgb(6,78,124); }

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