Html Css Color HEX #01447B Dark Cerulean

📋 copy color: '#01447B'

red 1 ◦ green 68 ◦ blue 123

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

Shades of Dark Cerulean #01447B

Tints of Dark Cerulean #01447B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.06%

R = 0.52%
G = 35.42%
B = 64.06%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01447B (or 0x01447B) is known color: Dark Cerulean. HEX triplet: 01, 44 and 7B. RGB value is (1,68,123). Sum of RGB (Red+Green+Blue) = 1+68+123=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #01447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01447B is #FEBB84. Grayscale: #353535. Windows color (decimal): -16694149 or 8078337. OLE color: 8078337.

HSL color Cylindrical-coordinate representation of color #01447B: hue angle of 207.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01447B is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 68 123 -
CMYK 0.99 0.45 0 0.52
HSL 207.05º 0.98% 0.24% -
HSV(B) 207.05º 0.99% 0.48% -
XYZ 5.65 5.57 19.52 -
YUV 54.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 1 68 123 0.99 0.45 0 0.52 207.05 0.98 0.24
Hex 1 44 7B 63 2D 0 34 CF 62 18
Octal 1 104 173 143 55 0 64 317 142 30
Binary 1 1000100 1111011 1100011 101101 0 110100 11001111 1100010 11000

Color Harmonies of #01447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01447B

Black with #01447B

Text Example


Text Example

White with #01447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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