Html Css Color HEX #0F2781 Sapphire

📋 copy color: '#0F2781'

red 15 ◦ green 39 ◦ blue 129

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

Shades of Sapphire #0F2781

Tints of Sapphire #0F2781

RGB

 RED value IS 15 (6.25% from 255) = 8.2%

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 129 (50.78% from 255) = 70.49%

R = 8.2%
G = 21.31%
B = 70.49%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F2781 (or 0x0F2781) is known color: Sapphire. HEX triplet: 0F, 27 and 81. RGB value is (15,39,129). Sum of RGB (Red+Green+Blue) = 15+39+129=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F2781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2781 is #F0D87E. Grayscale: #292929. Windows color (decimal): -15784063 or 8464143. OLE color: 8464143.

HSL color Cylindrical-coordinate representation of color #0F2781: hue angle of 227.37º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2781 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 39 129 -
CMYK 0.88 0.70 0 0.49
HSL 227.37º 0.79% 0.28% -
HSV(B) 227.37º 0.88% 0.51% -
XYZ 4.88 3.14 21.12 -
YUV 42.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 15 39 129 0.88 0.70 0 0.49 227.37 0.79 0.28
Hex F 27 81 58 46 0 31 E3 4F 1C
Octal 17 47 201 130 106 0 61 343 117 34
Binary 1111 100111 10000001 1011000 1000110 0 110001 11100011 1001111 11100

Color Harmonies of #0F2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2781

Black with #0F2781

Text Example


Text Example

White with #0F2781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F2781; }

 p { color: rgb(15,39,129); }

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

background-color css

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

 a { background-color: rgb(15,39,129); }

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

border-color css

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

 span { border-color: rgb(15,39,129); }

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