Html Css Color HEX #064C7D Dark Cerulean

📋 copy color: '#064C7D'

red 6 ◦ green 76 ◦ blue 125

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

Shades of Dark Cerulean #064C7D

Tints of Dark Cerulean #064C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 2.9%
G = 36.71%
B = 60.39%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#064C7D (or 0x064C7D) is known color: Dark Cerulean. HEX triplet: 06, 4C and 7D. RGB value is (6,76,125). Sum of RGB (Red+Green+Blue) = 6+76+125=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #064C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C7D is #F9B382. Grayscale: #3C3C3C. Windows color (decimal): -16364419 or 8211462. OLE color: 8211462.

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

Color convert

RGB 6 76 125 -
CMYK 0.95 0.39 0 0.51
HSL 204.71º 0.91% 0.26% -
HSV(B) 204.71º 0.95% 0.49% -
XYZ 6.36 6.69 20.36 -
YUV 60.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 6 76 125 0.95 0.39 0 0.51 204.71 0.91 0.26
Hex 6 4C 7D 5F 27 0 33 CD 5B 1A
Octal 6 114 175 137 47 0 63 315 133 32
Binary 110 1001100 1111101 1011111 100111 0 110011 11001101 1011011 11010

Color Harmonies of #064C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C7D

Black with #064C7D

Text Example


Text Example

White with #064C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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