Html Css Color HEX #01448D Dark Cerulean

📋 copy color: '#01448D'

red 1 ◦ green 68 ◦ blue 141

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

Shades of Dark Cerulean #01448D

Tints of Dark Cerulean #01448D

RGB

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

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

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

R = 0.48%
G = 32.38%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01448D (or 0x01448D) is known color: Dark Cerulean. HEX triplet: 01, 44 and 8D. RGB value is (1,68,141). Sum of RGB (Red+Green+Blue) = 1+68+141=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #01448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01448D is #FEBB72. Grayscale: #373737. Windows color (decimal): -16694131 or 9257985. OLE color: 9257985.

HSL color Cylindrical-coordinate representation of color #01448D: hue angle of 211.29º 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 #01448D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 68 141 -
CMYK 0.99 0.52 0 0.45
HSL 211.29º 0.99% 0.28% -
HSV(B) 211.29º 0.99% 0.55% -
XYZ 6.89 6.06 26.01 -
YUV 56.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 1 68 141 0.99 0.52 0 0.45 211.29 0.99 0.28
Hex 1 44 8D 63 34 0 2D D3 63 1C
Octal 1 104 215 143 64 0 55 323 143 34
Binary 1 1000100 10001101 1100011 110100 0 101101 11010011 1100011 11100

Color Harmonies of #01448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01448D

Black with #01448D

Text Example


Text Example

White with #01448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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