Html Css Color HEX #12336C Sapphire

📋 copy color: '#12336C'

red 18 ◦ green 51 ◦ blue 108

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

Shades of Sapphire #12336C

Tints of Sapphire #12336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 10.17%
G = 28.81%
B = 61.02%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12336C (or 0x12336C) is known color: Sapphire. HEX triplet: 12, 33 and 6C. RGB value is (18,51,108). Sum of RGB (Red+Green+Blue) = 18+51+108=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #12336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12336C is #EDCC93. Grayscale: #2F2F2F. Windows color (decimal): -15584404 or 7090962. OLE color: 7090962.

HSL color Cylindrical-coordinate representation of color #12336C: hue angle of 218º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12336C is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 51 108 -
CMYK 0.83 0.53 0 0.58
HSL 218º 0.71% 0.25% -
HSV(B) 218º 0.83% 0.42% -
XYZ 4.14 3.58 14.66 -
YUV 47.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 18 51 108 0.83 0.53 0 0.58 218 0.71 0.25
Hex 12 33 6C 53 35 0 3A DA 47 19
Octal 22 63 154 123 65 0 72 332 107 31
Binary 10010 110011 1101100 1010011 110101 0 111010 11011010 1000111 11001

Color Harmonies of #12336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12336C

Black with #12336C

Text Example


Text Example

White with #12336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,51,108); }

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

background-color css

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

 a { background-color: rgb(18,51,108); }

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

border-color css

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

 span { border-color: rgb(18,51,108); }

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