Html Css Color HEX #01458A Dark Cerulean

📋 copy color: '#01458A'

red 1 ◦ green 69 ◦ blue 138

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

Shades of Dark Cerulean #01458A

Tints of Dark Cerulean #01458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.35%

R = 0.48%
G = 33.17%
B = 66.35%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01458A (or 0x01458A) is known color: Dark Cerulean. HEX triplet: 01, 45 and 8A. RGB value is (1,69,138). Sum of RGB (Red+Green+Blue) = 1+69+138=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #01458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01458A is #FEBA75. Grayscale: #383838. Windows color (decimal): -16693878 or 9061633. OLE color: 9061633.

HSL color Cylindrical-coordinate representation of color #01458A: hue angle of 210.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01458A is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 69 138 -
CMYK 0.99 0.5 0 0.46
HSL 210.22º 0.99% 0.27% -
HSV(B) 210.22º 0.99% 0.54% -
XYZ 6.73 6.1 24.87 -
YUV 56.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 1 69 138 0.99 0.5 0 0.46 210.22 0.99 0.27
Hex 1 45 8A 63 32 0 2E D2 63 1B
Octal 1 105 212 143 62 0 56 322 143 33
Binary 1 1000101 10001010 1100011 110010 0 101110 11010010 1100011 11011

Color Harmonies of #01458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01458A

Black with #01458A

Text Example


Text Example

White with #01458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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