Html Css Color HEX #06478D Dark Cerulean

📋 copy color: '#06478D'

red 6 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #06478D

Tints of Dark Cerulean #06478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 2.75%
G = 32.57%
B = 64.68%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06478D (or 0x06478D) is known color: Dark Cerulean. HEX triplet: 06, 47 and 8D. RGB value is (6,71,141). Sum of RGB (Red+Green+Blue) = 6+71+141=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #06478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06478D is #F9B872. Grayscale: #3B3B3B. Windows color (decimal): -16365683 or 9258758. OLE color: 9258758.

HSL color Cylindrical-coordinate representation of color #06478D: hue angle of 211.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06478D is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 71 141 -
CMYK 0.96 0.50 0 0.45
HSL 211.11º 0.92% 0.29% -
HSV(B) 211.11º 0.96% 0.55% -
XYZ 7.14 6.47 26.07 -
YUV 59.55 173.97 89.81 -
System Red Green Blue C M Y K H S L
Decimal 6 71 141 0.96 0.50 0 0.45 211.11 0.92 0.29
Hex 6 47 8D 60 32 0 2D D3 5C 1D
Octal 6 107 215 140 62 0 55 323 134 35
Binary 110 1000111 10001101 1100000 110010 0 101101 11010011 1011100 11101

Color Harmonies of #06478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06478D

Black with #06478D

Text Example


Text Example

White with #06478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06478D; }

 p { color: rgb(6,71,141); }

 H1.HeaderClassName
 {
   color: #06478D;
 }
 .AnyTagClassName
 {
   color: #06478D;
 }
</style>

background-color css

<style>
 a { background-color: #06478D; }

 a { background-color: rgb(6,71,141); }

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

border-color css

<style>
 span { border-color: #06478D; }

 span { border-color: rgb(6,71,141); }

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