Html Css Color HEX #064E7F Dark Cerulean

📋 copy color: '#064E7F'

red 6 ◦ green 78 ◦ blue 127

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

Shades of Dark Cerulean #064E7F

Tints of Dark Cerulean #064E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.19%

R = 2.84%
G = 36.97%
B = 60.19%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#064E7F (or 0x064E7F) is known color: Dark Cerulean. HEX triplet: 06, 4E and 7F. RGB value is (6,78,127). Sum of RGB (Red+Green+Blue) = 6+78+127=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #064E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E7F is #F9B180. Grayscale: #3D3D3D. Windows color (decimal): -16363905 or 8343046. OLE color: 8343046.

HSL color Cylindrical-coordinate representation of color #064E7F: hue angle of 204.3º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E7F is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 78 127 -
CMYK 0.95 0.39 0 0.50
HSL 204.3º 0.91% 0.26% -
HSV(B) 204.3º 0.95% 0.5% -
XYZ 6.63 7.02 21.08 -
YUV 62.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 6 78 127 0.95 0.39 0 0.50 204.3 0.91 0.26
Hex 6 4E 7F 5F 27 0 32 CC 5B 1A
Octal 6 116 177 137 47 0 62 314 133 32
Binary 110 1001110 1111111 1011111 100111 0 110010 11001100 1011011 11010

Color Harmonies of #064E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E7F

Black with #064E7F

Text Example


Text Example

White with #064E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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