Html Css Color HEX #01235C Sapphire

📋 copy color: '#01235C'

red 1 ◦ green 35 ◦ blue 92

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

Shades of Sapphire #01235C

Tints of Sapphire #01235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 71.88%

R = 0.78%
G = 27.34%
B = 71.88%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01235C (or 0x01235C) is known color: Sapphire. HEX triplet: 01, 23 and 5C. RGB value is (1,35,92). Sum of RGB (Red+Green+Blue) = 1+35+92=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #01235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01235C is #FEDCA3. Grayscale: #1F1F1F. Windows color (decimal): -16702628 or 6038273. OLE color: 6038273.

HSL color Cylindrical-coordinate representation of color #01235C: hue angle of 217.58º 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 #01235C is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 35 92 -
CMYK 0.99 0.62 0 0.64
HSL 217.58º 0.98% 0.18% -
HSV(B) 217.58º 0.99% 0.36% -
XYZ 2.55 1.98 10.37 -
YUV 31.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 1 35 92 0.99 0.62 0 0.64 217.58 0.98 0.18
Hex 1 23 5C 63 3E 0 40 DA 62 12
Octal 1 43 134 143 76 0 100 332 142 22
Binary 1 100011 1011100 1100011 111110 0 1000000 11011010 1100010 10010

Color Harmonies of #01235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01235C

Black with #01235C

Text Example


Text Example

White with #01235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01235C; }

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

 H1.HeaderClassName
 {
   color: #01235C;
 }
 .AnyTagClassName
 {
   color: #01235C;
 }
</style>

background-color css

<style>
 a { background-color: #01235C; }

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

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

border-color css

<style>
 span { border-color: #01235C; }

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

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