Html Css Color HEX #01447D Dark Cerulean

📋 copy color: '#01447D'

red 1 ◦ green 68 ◦ blue 125

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

Shades of Dark Cerulean #01447D

Tints of Dark Cerulean #01447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 0.52%
G = 35.05%
B = 64.43%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01447D (or 0x01447D) is known color: Dark Cerulean. HEX triplet: 01, 44 and 7D. RGB value is (1,68,125). Sum of RGB (Red+Green+Blue) = 1+68+125=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #01447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01447D is #FEBB82. Grayscale: #363636. Windows color (decimal): -16694147 or 8209409. OLE color: 8209409.

HSL color Cylindrical-coordinate representation of color #01447D: hue angle of 207.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01447D is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 68 125 -
CMYK 0.99 0.46 0 0.51
HSL 207.58º 0.98% 0.25% -
HSV(B) 207.58º 0.99% 0.49% -
XYZ 5.78 5.62 20.18 -
YUV 54.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 1 68 125 0.99 0.46 0 0.51 207.58 0.98 0.25
Hex 1 44 7D 63 2E 0 33 D0 62 19
Octal 1 104 175 143 56 0 63 320 142 31
Binary 1 1000100 1111101 1100011 101110 0 110011 11010000 1100010 11001

Color Harmonies of #01447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01447D

Black with #01447D

Text Example


Text Example

White with #01447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,68,125); }

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

background-color css

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

 a { background-color: rgb(1,68,125); }

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

border-color css

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

 span { border-color: rgb(1,68,125); }

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