Html Css Color HEX #01468F Dark Cerulean

📋 copy color: '#01468F'

red 1 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #01468F

Tints of Dark Cerulean #01468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 0.47%
G = 32.71%
B = 66.82%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01468F (or 0x01468F) is known color: Dark Cerulean. HEX triplet: 01, 46 and 8F. RGB value is (1,70,143). Sum of RGB (Red+Green+Blue) = 1+70+143=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #01468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01468F is #FEB970. Grayscale: #393939. Windows color (decimal): -16693617 or 9389569. OLE color: 9389569.

HSL color Cylindrical-coordinate representation of color #01468F: hue angle of 210.85º 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 #01468F is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 70 143 -
CMYK 0.99 0.51 0 0.44
HSL 210.85º 0.99% 0.28% -
HSV(B) 210.85º 0.99% 0.56% -
XYZ 7.16 6.37 26.84 -
YUV 57.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 1 70 143 0.99 0.51 0 0.44 210.85 0.99 0.28
Hex 1 46 8F 63 33 0 2C D3 63 1C
Octal 1 106 217 143 63 0 54 323 143 34
Binary 1 1000110 10001111 1100011 110011 0 101100 11010011 1100011 11100

Color Harmonies of #01468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01468F

Black with #01468F

Text Example


Text Example

White with #01468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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