Html Css Color HEX #01267B Sapphire

📋 copy color: '#01267B'

red 1 ◦ green 38 ◦ blue 123

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

Shades of Sapphire #01267B

Tints of Sapphire #01267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 0.62%
G = 23.46%
B = 75.93%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01267B (or 0x01267B) is known color: Sapphire. HEX triplet: 01, 26 and 7B. RGB value is (1,38,123). Sum of RGB (Red+Green+Blue) = 1+38+123=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #01267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01267B is #FED984. Grayscale: #242424. Windows color (decimal): -16701829 or 8070657. OLE color: 8070657.

HSL color Cylindrical-coordinate representation of color #01267B: hue angle of 221.8º 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 #01267B is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 38 123 -
CMYK 0.99 0.69 0 0.52
HSL 221.8º 0.98% 0.24% -
HSV(B) 221.8º 0.99% 0.48% -
XYZ 4.28 2.82 19.06 -
YUV 36.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 1 38 123 0.99 0.69 0 0.52 221.8 0.98 0.24
Hex 1 26 7B 63 45 0 34 DE 62 18
Octal 1 46 173 143 105 0 64 336 142 30
Binary 1 100110 1111011 1100011 1000101 0 110100 11011110 1100010 11000

Color Harmonies of #01267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01267B

Black with #01267B

Text Example


Text Example

White with #01267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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