Html Css Color HEX #01236D Sapphire

📋 copy color: '#01236D'

red 1 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #01236D

Tints of Sapphire #01236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 0.69%
G = 24.14%
B = 75.17%

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

#01236D (or 0x01236D) is known color: Sapphire. HEX triplet: 01, 23 and 6D. RGB value is (1,35,109). Sum of RGB (Red+Green+Blue) = 1+35+109=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #01236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01236D is #FEDC92. Grayscale: #202020. Windows color (decimal): -16702611 or 7152385. OLE color: 7152385.

HSL color Cylindrical-coordinate representation of color #01236D: hue angle of 221.11º 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 #01236D is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 35 109 -
CMYK 0.99 0.68 0 0.57
HSL 221.11º 0.98% 0.22% -
HSV(B) 221.11º 0.99% 0.43% -
XYZ 3.37 2.31 14.74 -
YUV 33.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 1 35 109 0.99 0.68 0 0.57 221.11 0.98 0.22
Hex 1 23 6D 63 44 0 39 DD 62 16
Octal 1 43 155 143 104 0 71 335 142 26
Binary 1 100011 1101101 1100011 1000100 0 111001 11011101 1100010 10110

Color Harmonies of #01236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01236D

Black with #01236D

Text Example


Text Example

White with #01236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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