Html Css Color HEX #01498F Dark Cerulean

📋 copy color: '#01498F'

red 1 ◦ green 73 ◦ blue 143

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

Shades of Dark Cerulean #01498F

Tints of Dark Cerulean #01498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 143 (56.25% from 255) = 65.9%

R = 0.46%
G = 33.64%
B = 65.9%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01498F (or 0x01498F) is known color: Dark Cerulean. HEX triplet: 01, 49 and 8F. RGB value is (1,73,143). Sum of RGB (Red+Green+Blue) = 1+73+143=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #01498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01498F is #FEB670. Grayscale: #3B3B3B. Windows color (decimal): -16692849 or 9390337. OLE color: 9390337.

HSL color Cylindrical-coordinate representation of color #01498F: hue angle of 209.58º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01498F is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 73 143 -
CMYK 0.99 0.49 0 0.44
HSL 209.58º 0.99% 0.28% -
HSV(B) 209.58º 0.99% 0.56% -
XYZ 7.35 6.75 26.9 -
YUV 59.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 1 73 143 0.99 0.49 0 0.44 209.58 0.99 0.28
Hex 1 49 8F 63 31 0 2C D2 63 1C
Octal 1 111 217 143 61 0 54 322 143 34
Binary 1 1001001 10001111 1100011 110001 0 101100 11010010 1100011 11100

Color Harmonies of #01498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01498F

Black with #01498F

Text Example


Text Example

White with #01498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01498F; }

 p { color: rgb(1,73,143); }

 H1.HeaderClassName
 {
   color: #01498F;
 }
 .AnyTagClassName
 {
   color: #01498F;
 }
</style>

background-color css

<style>
 a { background-color: #01498F; }

 a { background-color: rgb(1,73,143); }

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

border-color css

<style>
 span { border-color: #01498F; }

 span { border-color: rgb(1,73,143); }

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