Html Css Color HEX #01236E Sapphire

📋 copy color: '#01236E'

red 1 ◦ green 35 ◦ blue 110

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

Shades of Sapphire #01236E

Tints of Sapphire #01236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 0.68%
G = 23.97%
B = 75.34%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01236E (or 0x01236E) is known color: Sapphire. HEX triplet: 01, 23 and 6E. RGB value is (1,35,110). Sum of RGB (Red+Green+Blue) = 1+35+110=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #01236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236E is #FEDC91. Grayscale: #212121. Windows color (decimal): -16702610 or 7217921. OLE color: 7217921.

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

Color convert

RGB 1 35 110 -
CMYK 0.99 0.68 0 0.57
HSL 221.28º 0.98% 0.22% -
HSV(B) 221.28º 0.99% 0.43% -
XYZ 3.43 2.33 15.02 -
YUV 33.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 1 35 110 0.99 0.68 0 0.57 221.28 0.98 0.22
Hex 1 23 6E 63 44 0 39 DD 62 16
Octal 1 43 156 143 104 0 71 335 142 26
Binary 1 100011 1101110 1100011 1000100 0 111001 11011101 1100010 10110

Color Harmonies of #01236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01236E

Black with #01236E

Text Example


Text Example

White with #01236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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