Html Css Color HEX #01214E Sapphire

📋 copy color: '#01214E'

red 1 ◦ green 33 ◦ blue 78

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

Shades of Sapphire #01214E

Tints of Sapphire #01214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.46%

 BLUE value IS 78 (30.86% from 255) = 69.64%

R = 0.89%
G = 29.46%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01214E (or 0x01214E) is known color: Sapphire. HEX triplet: 01, 21 and 4E. RGB value is (1,33,78). Sum of RGB (Red+Green+Blue) = 1+33+78=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #01214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01214E is #FEDEB1. Grayscale: #1C1C1C. Windows color (decimal): -16703154 or 5120257. OLE color: 5120257.

HSL color Cylindrical-coordinate representation of color #01214E: hue angle of 215.06º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01214E is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 33 78 -
CMYK 0.99 0.58 0 0.69
HSL 215.06º 0.97% 0.15% -
HSV(B) 215.06º 0.99% 0.31% -
XYZ 1.93 1.64 7.42 -
YUV 28.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 1 33 78 0.99 0.58 0 0.69 215.06 0.97 0.15
Hex 1 21 4E 63 3A 0 45 D7 61 F
Octal 1 41 116 143 72 0 105 327 141 17
Binary 1 100001 1001110 1100011 111010 0 1000101 11010111 1100001 1111

Color Harmonies of #01214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01214E

Black with #01214E

Text Example


Text Example

White with #01214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01214E; }

 p { color: rgb(1,33,78); }

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

background-color css

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

 a { background-color: rgb(1,33,78); }

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

border-color css

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

 span { border-color: rgb(1,33,78); }

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