Html Css Color HEX #000F4C Sapphire

📋 copy color: '#000F4C'

red 0 ◦ green 15 ◦ blue 76

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

Shades of Sapphire #000F4C

Tints of Sapphire #000F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.48%

 BLUE value IS 76 (30.08% from 255) = 83.52%

R = 0%
G = 16.48%
B = 83.52%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#000F4C (or 0x000F4C) is known color: Sapphire. HEX triplet: 00, 0F and 4C. RGB value is (0,15,76). Sum of RGB (Red+Green+Blue) = 0+15+76=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #000F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F4C is #FFF0B3. Grayscale: #111111. Windows color (decimal): -16773300 or 4984576. OLE color: 4984576.

HSL color Cylindrical-coordinate representation of color #000F4C: hue angle of 228.16º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F4C is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 15 76 -
CMYK 1 0.80 0 0.70
HSL 228.16º 1% 0.15% -
HSV(B) 228.16º 1% 0.3% -
XYZ 1.48 0.86 6.93 -
YUV 17.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 0 15 76 1 0.80 0 0.70 228.16 1 0.15
Hex 0 F 4C 64 50 0 46 E4 64 F
Octal 0 17 114 144 120 0 106 344 144 17
Binary 0 1111 1001100 1100100 1010000 0 1000110 11100100 1100100 1111

Color Harmonies of #000F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F4C

Black with #000F4C

Text Example


Text Example

White with #000F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F4C; }

 p { color: rgb(0,15,76); }

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

background-color css

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

 a { background-color: rgb(0,15,76); }

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

border-color css

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

 span { border-color: rgb(0,15,76); }

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