Html Css Color HEX #00134A Sapphire

📋 copy color: '#00134A'

red 0 ◦ green 19 ◦ blue 74

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

Shades of Sapphire #00134A

Tints of Sapphire #00134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 0%
G = 20.43%
B = 79.57%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00134A (or 0x00134A) is known color: Sapphire. HEX triplet: 00, 13 and 4A. RGB value is (0,19,74). Sum of RGB (Red+Green+Blue) = 0+19+74=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #00134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00134A is #FFECB5. Grayscale: #131313. Windows color (decimal): -16772278 or 4854528. OLE color: 4854528.

HSL color Cylindrical-coordinate representation of color #00134A: hue angle of 224.59º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00134A is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 19 74 -
CMYK 1 0.74 0 0.71
HSL 224.59º 1% 0.15% -
HSV(B) 224.59º 1% 0.29% -
XYZ 1.47 0.96 6.59 -
YUV 19.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 0 19 74 1 0.74 0 0.71 224.59 1 0.15
Hex 0 13 4A 64 4A 0 47 E1 64 F
Octal 0 23 112 144 112 0 107 341 144 17
Binary 0 10011 1001010 1100100 1001010 0 1000111 11100001 1100100 1111

Color Harmonies of #00134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00134A

Black with #00134A

Text Example


Text Example

White with #00134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00134A; }

 p { color: rgb(0,19,74); }

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

background-color css

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

 a { background-color: rgb(0,19,74); }

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

border-color css

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

 span { border-color: rgb(0,19,74); }

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