Html Css Color HEX #12277C Sapphire

📋 copy color: '#12277C'

red 18 ◦ green 39 ◦ blue 124

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

Shades of Sapphire #12277C

Tints of Sapphire #12277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

 BLUE value IS 124 (48.83% from 255) = 68.51%

R = 9.94%
G = 21.55%
B = 68.51%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12277C (or 0x12277C) is known color: Sapphire. HEX triplet: 12, 27 and 7C. RGB value is (18,39,124). Sum of RGB (Red+Green+Blue) = 18+39+124=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #12277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12277C is #EDD883. Grayscale: #2A2A2A. Windows color (decimal): -15587460 or 8136466. OLE color: 8136466.

HSL color Cylindrical-coordinate representation of color #12277C: hue angle of 228.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12277C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 39 124 -
CMYK 0.85 0.69 0 0.51
HSL 228.11º 0.75% 0.28% -
HSV(B) 228.11º 0.85% 0.49% -
XYZ 4.61 3.03 19.41 -
YUV 42.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 18 39 124 0.85 0.69 0 0.51 228.11 0.75 0.28
Hex 12 27 7C 55 45 0 33 E4 4B 1C
Octal 22 47 174 125 105 0 63 344 113 34
Binary 10010 100111 1111100 1010101 1000101 0 110011 11100100 1001011 11100

Color Harmonies of #12277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12277C

Black with #12277C

Text Example


Text Example

White with #12277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,39,124); }

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

background-color css

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

 a { background-color: rgb(18,39,124); }

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

border-color css

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

 span { border-color: rgb(18,39,124); }

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