Html Css Color HEX #000F4D Sapphire

📋 copy color: '#000F4D'

red 0 ◦ green 15 ◦ blue 77

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

Shades of Sapphire #000F4D

Tints of Sapphire #000F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 83.7%

R = 0%
G = 16.3%
B = 83.7%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#000F4D (or 0x000F4D) is known color: Sapphire. HEX triplet: 00, 0F and 4D. RGB value is (0,15,77). Sum of RGB (Red+Green+Blue) = 0+15+77=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #000F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F4D is #FFF0B2. Grayscale: #111111. Windows color (decimal): -16773299 or 5050112. OLE color: 5050112.

HSL color Cylindrical-coordinate representation of color #000F4D: hue angle of 228.31º 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 #000F4D is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 15 77 -
CMYK 1 0.81 0 0.70
HSL 228.31º 1% 0.15% -
HSV(B) 228.31º 1% 0.3% -
XYZ 1.51 0.88 7.11 -
YUV 17.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 0 15 77 1 0.81 0 0.70 228.31 1 0.15
Hex 0 F 4D 64 51 0 46 E4 64 F
Octal 0 17 115 144 121 0 106 344 144 17
Binary 0 1111 1001101 1100100 1010001 0 1000110 11100100 1100100 1111

Color Harmonies of #000F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F4D

Black with #000F4D

Text Example


Text Example

White with #000F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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