Html Css Color HEX #14236B Sapphire

📋 copy color: '#14236B'

red 20 ◦ green 35 ◦ blue 107

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

Shades of Sapphire #14236B

Tints of Sapphire #14236B

RGB

 RED value IS 20 (8.2% from 255) = 12.35%

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

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 12.35%
G = 21.6%
B = 66.05%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14236B (or 0x14236B) is known color: Sapphire. HEX triplet: 14, 23 and 6B. RGB value is (20,35,107). Sum of RGB (Red+Green+Blue) = 20+35+107=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #14236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14236B is #EBDC94. Grayscale: #262626. Windows color (decimal): -15457429 or 7021332. OLE color: 7021332.

HSL color Cylindrical-coordinate representation of color #14236B: hue angle of 229.66º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14236B is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 35 107 -
CMYK 0.81 0.67 0 0.58
HSL 229.66º 0.69% 0.25% -
HSV(B) 229.66º 0.81% 0.42% -
XYZ 3.54 2.41 14.19 -
YUV 38.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 20 35 107 0.81 0.67 0 0.58 229.66 0.69 0.25
Hex 14 23 6B 51 43 0 3A E6 45 19
Octal 24 43 153 121 103 0 72 346 105 31
Binary 10100 100011 1101011 1010001 1000011 0 111010 11100110 1000101 11001

Color Harmonies of #14236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14236B

Black with #14236B

Text Example


Text Example

White with #14236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14236B; }

 p { color: rgb(20,35,107); }

 H1.HeaderClassName
 {
   color: #14236B;
 }
 .AnyTagClassName
 {
   color: #14236B;
 }
</style>

background-color css

<style>
 a { background-color: #14236B; }

 a { background-color: rgb(20,35,107); }

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

border-color css

<style>
 span { border-color: #14236B; }

 span { border-color: rgb(20,35,107); }

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