Html Css Color HEX #01448B Dark Cerulean

📋 copy color: '#01448B'

red 1 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #01448B

Tints of Dark Cerulean #01448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.83%

R = 0.48%
G = 32.69%
B = 66.83%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01448B (or 0x01448B) is known color: Dark Cerulean. HEX triplet: 01, 44 and 8B. RGB value is (1,68,139). Sum of RGB (Red+Green+Blue) = 1+68+139=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #01448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01448B is #FEBB74. Grayscale: #373737. Windows color (decimal): -16694133 or 9126913. OLE color: 9126913.

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

Color convert

RGB 1 68 139 -
CMYK 0.99 0.51 0 0.45
HSL 210.87º 0.99% 0.27% -
HSV(B) 210.87º 0.99% 0.55% -
XYZ 6.74 6 25.23 -
YUV 56.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 1 68 139 0.99 0.51 0 0.45 210.87 0.99 0.27
Hex 1 44 8B 63 33 0 2D D3 63 1B
Octal 1 104 213 143 63 0 55 323 143 33
Binary 1 1000100 10001011 1100011 110011 0 101101 11010011 1100011 11011

Color Harmonies of #01448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01448B

Black with #01448B

Text Example


Text Example

White with #01448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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