Html Css Color HEX #01245B Sapphire

📋 copy color: '#01245B'

red 1 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #01245B

Tints of Sapphire #01245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

 BLUE value IS 91 (35.94% from 255) = 71.09%

R = 0.78%
G = 28.13%
B = 71.09%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01245B (or 0x01245B) is known color: Sapphire. HEX triplet: 01, 24 and 5B. RGB value is (1,36,91). Sum of RGB (Red+Green+Blue) = 1+36+91=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #01245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01245B is #FEDBA4. Grayscale: #1F1F1F. Windows color (decimal): -16702373 or 5972993. OLE color: 5972993.

HSL color Cylindrical-coordinate representation of color #01245B: hue angle of 216.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01245B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 36 91 -
CMYK 0.99 0.60 0 0.64
HSL 216.67º 0.98% 0.18% -
HSV(B) 216.67º 0.99% 0.36% -
XYZ 2.53 2.02 10.15 -
YUV 31.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 1 36 91 0.99 0.60 0 0.64 216.67 0.98 0.18
Hex 1 24 5B 63 3C 0 40 D9 62 12
Octal 1 44 133 143 74 0 100 331 142 22
Binary 1 100100 1011011 1100011 111100 0 1000000 11011001 1100010 10010

Color Harmonies of #01245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01245B

Black with #01245B

Text Example


Text Example

White with #01245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,36,91); }

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

background-color css

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

 a { background-color: rgb(1,36,91); }

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

border-color css

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

 span { border-color: rgb(1,36,91); }

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