Html Css Color HEX #01236F Sapphire

📋 copy color: '#01236F'

red 1 ◦ green 35 ◦ blue 111

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

Shades of Sapphire #01236F

Tints of Sapphire #01236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 75.51%

R = 0.68%
G = 23.81%
B = 75.51%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01236F (or 0x01236F) is known color: Sapphire. HEX triplet: 01, 23 and 6F. RGB value is (1,35,111). Sum of RGB (Red+Green+Blue) = 1+35+111=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #01236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236F is #FEDC90. Grayscale: #212121. Windows color (decimal): -16702609 or 7283457. OLE color: 7283457.

HSL color Cylindrical-coordinate representation of color #01236F: hue angle of 221.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01236F is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 35 111 -
CMYK 0.99 0.68 0 0.56
HSL 221.45º 0.98% 0.22% -
HSV(B) 221.45º 0.99% 0.44% -
XYZ 3.48 2.36 15.31 -
YUV 33.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 1 35 111 0.99 0.68 0 0.56 221.45 0.98 0.22
Hex 1 23 6F 63 44 0 38 DD 62 16
Octal 1 43 157 143 104 0 70 335 142 26
Binary 1 100011 1101111 1100011 1000100 0 111000 11011101 1100010 10110

Color Harmonies of #01236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01236F

Black with #01236F

Text Example


Text Example

White with #01236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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