Html Css Color HEX #12236F Sapphire

📋 copy color: '#12236F'

red 18 ◦ green 35 ◦ blue 111

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

Shades of Sapphire #12236F

Tints of Sapphire #12236F

RGB

 RED value IS 18 (7.42% from 255) = 10.98%

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

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

R = 10.98%
G = 21.34%
B = 67.68%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#12236F (or 0x12236F) is known color: Sapphire. HEX triplet: 12, 23 and 6F. RGB value is (18,35,111). Sum of RGB (Red+Green+Blue) = 18+35+111=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #12236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12236F is #EDDC90. Grayscale: #262626. Windows color (decimal): -15588497 or 7283474. OLE color: 7283474.

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

Color convert

RGB 18 35 111 -
CMYK 0.84 0.68 0 0.56
HSL 229.03º 0.72% 0.25% -
HSV(B) 229.03º 0.84% 0.44% -
XYZ 3.72 2.48 15.32 -
YUV 38.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 18 35 111 0.84 0.68 0 0.56 229.03 0.72 0.25
Hex 12 23 6F 54 44 0 38 E5 48 19
Octal 22 43 157 124 104 0 70 345 110 31
Binary 10010 100011 1101111 1010100 1000100 0 111000 11100101 1001000 11001

Color Harmonies of #12236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12236F

Black with #12236F

Text Example


Text Example

White with #12236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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