Html Css Color HEX #012274 Sapphire

📋 copy color: '#012274'

red 1 ◦ green 34 ◦ blue 116

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

Shades of Sapphire #012274

Tints of Sapphire #012274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 0.66%
G = 22.52%
B = 76.82%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012274 (or 0x012274) is known color: Sapphire. HEX triplet: 01, 22 and 74. RGB value is (1,34,116). Sum of RGB (Red+Green+Blue) = 1+34+116=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #012274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012274 is #FEDD8B. Grayscale: #212121. Windows color (decimal): -16702860 or 7610881. OLE color: 7610881.

HSL color Cylindrical-coordinate representation of color #012274: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012274 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 34 116 -
CMYK 0.99 0.71 0 0.55
HSL 222.78º 0.98% 0.23% -
HSV(B) 222.78º 0.99% 0.45% -
XYZ 3.74 2.41 16.79 -
YUV 33.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 1 34 116 0.99 0.71 0 0.55 222.78 0.98 0.23
Hex 1 22 74 63 47 0 37 DF 62 17
Octal 1 42 164 143 107 0 67 337 142 27
Binary 1 100010 1110100 1100011 1000111 0 110111 11011111 1100010 10111

Color Harmonies of #012274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012274

Black with #012274

Text Example


Text Example

White with #012274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012274; }

 p { color: rgb(1,34,116); }

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

background-color css

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

 a { background-color: rgb(1,34,116); }

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

border-color css

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

 span { border-color: rgb(1,34,116); }

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