Html Css Color HEX #014885 Dark Cerulean

📋 copy color: '#014885'

red 1 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #014885

Tints of Dark Cerulean #014885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 0.49%
G = 34.95%
B = 64.56%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#014885 (or 0x014885) is known color: Dark Cerulean. HEX triplet: 01, 48 and 85. RGB value is (1,72,133). Sum of RGB (Red+Green+Blue) = 1+72+133=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #014885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014885 is #FEB77A. Grayscale: #393939. Windows color (decimal): -16693115 or 8734721. OLE color: 8734721.

HSL color Cylindrical-coordinate representation of color #014885: hue angle of 207.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014885 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 72 133 -
CMYK 0.99 0.46 0 0.48
HSL 207.73º 0.99% 0.26% -
HSV(B) 207.73º 0.99% 0.52% -
XYZ 6.56 6.33 23.07 -
YUV 57.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 1 72 133 0.99 0.46 0 0.48 207.73 0.99 0.26
Hex 1 48 85 63 2E 0 30 D0 63 1A
Octal 1 110 205 143 56 0 60 320 143 32
Binary 1 1001000 10000101 1100011 101110 0 110000 11010000 1100011 11010

Color Harmonies of #014885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014885

Black with #014885

Text Example


Text Example

White with #014885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014885; }

 p { color: rgb(1,72,133); }

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

background-color css

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

 a { background-color: rgb(1,72,133); }

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

border-color css

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

 span { border-color: rgb(1,72,133); }

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