Html Css Color HEX #00146F Sapphire

📋 copy color: '#00146F'

red 0 ◦ green 20 ◦ blue 111

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

Shades of Sapphire #00146F

Tints of Sapphire #00146F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 15.27%

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

R = 0%
G = 15.27%
B = 84.73%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#00146F (or 0x00146F) is known color: Sapphire. HEX triplet: 00, 14 and 6F. RGB value is (0,20,111). Sum of RGB (Red+Green+Blue) = 0+20+111=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #00146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00146F is #FFEB90. Grayscale: #181818. Windows color (decimal): -16771985 or 7279616. OLE color: 7279616.

HSL color Cylindrical-coordinate representation of color #00146F: hue angle of 229.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00146F is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 20 111 -
CMYK 1 0.82 0 0.56
HSL 229.19º 1% 0.22% -
HSV(B) 229.19º 1% 0.44% -
XYZ 3.12 1.65 15.19 -
YUV 24.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 0 20 111 1 0.82 0 0.56 229.19 1 0.22
Hex 0 14 6F 64 52 0 38 E5 64 16
Octal 0 24 157 144 122 0 70 345 144 26
Binary 0 10100 1101111 1100100 1010010 0 111000 11100101 1100100 10110

Color Harmonies of #00146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00146F

Black with #00146F

Text Example


Text Example

White with #00146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,20,111); }

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

background-color css

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

 a { background-color: rgb(0,20,111); }

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

border-color css

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

 span { border-color: rgb(0,20,111); }

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