Html Css Color HEX #0F2E7B Sapphire

📋 copy color: '#0F2E7B'

red 15 ◦ green 46 ◦ blue 123

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

Shades of Sapphire #0F2E7B

Tints of Sapphire #0F2E7B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 8.15%
G = 25%
B = 66.85%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F2E7B (or 0x0F2E7B) is known color: Sapphire. HEX triplet: 0F, 2E and 7B. RGB value is (15,46,123). Sum of RGB (Red+Green+Blue) = 15+46+123=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F2E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2E7B is #F0D184. Grayscale: #2D2D2D. Windows color (decimal): -15782277 or 8072719. OLE color: 8072719.

HSL color Cylindrical-coordinate representation of color #0F2E7B: hue angle of 222.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2E7B is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 46 123 -
CMYK 0.88 0.63 0 0.52
HSL 222.78º 0.78% 0.27% -
HSV(B) 222.78º 0.88% 0.48% -
XYZ 4.75 3.49 19.16 -
YUV 45.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 15 46 123 0.88 0.63 0 0.52 222.78 0.78 0.27
Hex F 2E 7B 58 3F 0 34 DF 4E 1B
Octal 17 56 173 130 77 0 64 337 116 33
Binary 1111 101110 1111011 1011000 111111 0 110100 11011111 1001110 11011

Color Harmonies of #0F2E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2E7B

Black with #0F2E7B

Text Example


Text Example

White with #0F2E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,46,123); }

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

background-color css

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

 a { background-color: rgb(15,46,123); }

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

border-color css

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

 span { border-color: rgb(15,46,123); }

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