Html Css Color HEX #01236B Sapphire

📋 copy color: '#01236B'

red 1 ◦ green 35 ◦ blue 107

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

Shades of Sapphire #01236B

Tints of Sapphire #01236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

 BLUE value IS 107 (42.19% from 255) = 74.83%

R = 0.7%
G = 24.48%
B = 74.83%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01236B (or 0x01236B) is known color: Sapphire. HEX triplet: 01, 23 and 6B. RGB value is (1,35,107). Sum of RGB (Red+Green+Blue) = 1+35+107=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #01236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236B is #FEDC94. Grayscale: #202020. Windows color (decimal): -16702613 or 7021313. OLE color: 7021313.

HSL color Cylindrical-coordinate representation of color #01236B: hue angle of 220.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01236B is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 35 107 -
CMYK 0.99 0.67 0 0.58
HSL 220.75º 0.98% 0.21% -
HSV(B) 220.75º 0.99% 0.42% -
XYZ 3.27 2.27 14.18 -
YUV 33.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 1 35 107 0.99 0.67 0 0.58 220.75 0.98 0.21
Hex 1 23 6B 63 43 0 3A DD 62 15
Octal 1 43 153 143 103 0 72 335 142 25
Binary 1 100011 1101011 1100011 1000011 0 111010 11011101 1100010 10101

Color Harmonies of #01236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01236B

Black with #01236B

Text Example


Text Example

White with #01236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,35,107); }

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

background-color css

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

 a { background-color: rgb(1,35,107); }

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

border-color css

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

 span { border-color: rgb(1,35,107); }

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