Html Css Color HEX #142467 Sapphire

📋 copy color: '#142467'

red 20 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #142467

Tints of Sapphire #142467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 103 (40.63% from 255) = 64.78%

R = 12.58%
G = 22.64%
B = 64.78%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#142467 (or 0x142467) is known color: Sapphire. HEX triplet: 14, 24 and 67. RGB value is (20,36,103). Sum of RGB (Red+Green+Blue) = 20+36+103=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #142467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142467 is #EBDB98. Grayscale: #262626. Windows color (decimal): -15457177 or 6759444. OLE color: 6759444.

HSL color Cylindrical-coordinate representation of color #142467: hue angle of 228.43º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142467 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 36 103 -
CMYK 0.81 0.65 0 0.60
HSL 228.43º 0.67% 0.24% -
HSV(B) 228.43º 0.81% 0.4% -
XYZ 3.37 2.39 13.12 -
YUV 38.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 20 36 103 0.81 0.65 0 0.60 228.43 0.67 0.24
Hex 14 24 67 51 41 0 3C E4 43 18
Octal 24 44 147 121 101 0 74 344 103 30
Binary 10100 100100 1100111 1010001 1000001 0 111100 11100100 1000011 11000

Color Harmonies of #142467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142467

Black with #142467

Text Example


Text Example

White with #142467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142467; }

 p { color: rgb(20,36,103); }

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

background-color css

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

 a { background-color: rgb(20,36,103); }

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

border-color css

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

 span { border-color: rgb(20,36,103); }

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