Html Css Color HEX #01197B Sapphire

📋 copy color: '#01197B'

red 1 ◦ green 25 ◦ blue 123

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

Shades of Sapphire #01197B

Tints of Sapphire #01197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 123 (48.44% from 255) = 82.55%

R = 0.67%
G = 16.78%
B = 82.55%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01197B (or 0x01197B) is known color: Sapphire. HEX triplet: 01, 19 and 7B. RGB value is (1,25,123). Sum of RGB (Red+Green+Blue) = 1+25+123=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #01197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197B is #FEE684. Grayscale: #1C1C1C. Windows color (decimal): -16705157 or 8067329. OLE color: 8067329.

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

Color convert

RGB 1 25 123 -
CMYK 0.99 0.80 0 0.52
HSL 228.2º 0.98% 0.24% -
HSV(B) 228.2º 0.99% 0.48% -
XYZ 3.94 2.13 18.94 -
YUV 29 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 1 25 123 0.99 0.80 0 0.52 228.2 0.98 0.24
Hex 1 19 7B 63 50 0 34 E4 62 18
Octal 1 31 173 143 120 0 64 344 142 30
Binary 1 11001 1111011 1100011 1010000 0 110100 11100100 1100010 11000

Color Harmonies of #01197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01197B

Black with #01197B

Text Example


Text Example

White with #01197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01197B; }

 p { color: rgb(1,25,123); }

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

background-color css

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

 a { background-color: rgb(1,25,123); }

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

border-color css

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

 span { border-color: rgb(1,25,123); }

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