Html Css Color HEX #01478D Dark Cerulean

📋 copy color: '#01478D'

red 1 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #01478D

Tints of Dark Cerulean #01478D

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

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

R = 0.47%
G = 33.33%
B = 66.2%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01478D (or 0x01478D) is known color: Dark Cerulean. HEX triplet: 01, 47 and 8D. RGB value is (1,71,141). Sum of RGB (Red+Green+Blue) = 1+71+141=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #01478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01478D is #FEB872. Grayscale: #393939. Windows color (decimal): -16693363 or 9258753. OLE color: 9258753.

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

Color convert

RGB 1 71 141 -
CMYK 0.99 0.50 0 0.45
HSL 210º 0.99% 0.28% -
HSV(B) 210º 0.99% 0.55% -
XYZ 7.07 6.44 26.07 -
YUV 58.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 1 71 141 0.99 0.50 0 0.45 210 0.99 0.28
Hex 1 47 8D 63 32 0 2D D2 63 1C
Octal 1 107 215 143 62 0 55 322 143 34
Binary 1 1000111 10001101 1100011 110010 0 101101 11010010 1100011 11100

Color Harmonies of #01478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01478D

Black with #01478D

Text Example


Text Example

White with #01478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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