Html Css Color HEX #01458B Dark Cerulean

📋 copy color: '#01458B'

red 1 ◦ green 69 ◦ blue 139

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

Shades of Dark Cerulean #01458B

Tints of Dark Cerulean #01458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

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

R = 0.48%
G = 33.01%
B = 66.51%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01458B (or 0x01458B) is known color: Dark Cerulean. HEX triplet: 01, 45 and 8B. RGB value is (1,69,139). Sum of RGB (Red+Green+Blue) = 1+69+139=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #01458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01458B is #FEBA74. Grayscale: #383838. Windows color (decimal): -16693877 or 9127169. OLE color: 9127169.

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

Color convert

RGB 1 69 139 -
CMYK 0.99 0.50 0 0.45
HSL 210.43º 0.99% 0.27% -
HSV(B) 210.43º 0.99% 0.55% -
XYZ 6.8 6.13 25.25 -
YUV 56.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 1 69 139 0.99 0.50 0 0.45 210.43 0.99 0.27
Hex 1 45 8B 63 32 0 2D D2 63 1B
Octal 1 105 213 143 62 0 55 322 143 33
Binary 1 1000101 10001011 1100011 110010 0 101101 11010010 1100011 11011

Color Harmonies of #01458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01458B

Black with #01458B

Text Example


Text Example

White with #01458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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