Html Css Color HEX #0F2253 Sapphire

📋 copy color: '#0F2253'

red 15 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #0F2253

Tints of Sapphire #0F2253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 11.36%
G = 25.76%
B = 62.88%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F2253 (or 0x0F2253) is known color: Sapphire. HEX triplet: 0F, 22 and 53. RGB value is (15,34,83). Sum of RGB (Red+Green+Blue) = 15+34+83=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2253 is #F0DDAC. Grayscale: #212121. Windows color (decimal): -15785389 or 5448207. OLE color: 5448207.

HSL color Cylindrical-coordinate representation of color #0F2253: hue angle of 223.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2253 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 34 83 -
CMYK 0.82 0.59 0 0.67
HSL 223.24º 0.69% 0.19% -
HSV(B) 223.24º 0.82% 0.33% -
XYZ 2.33 1.87 8.42 -
YUV 33.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 15 34 83 0.82 0.59 0 0.67 223.24 0.69 0.19
Hex F 22 53 52 3B 0 43 DF 45 13
Octal 17 42 123 122 73 0 103 337 105 23
Binary 1111 100010 1010011 1010010 111011 0 1000011 11011111 1000101 10011

Color Harmonies of #0F2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2253

Black with #0F2253

Text Example


Text Example

White with #0F2253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,34,83); }

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

background-color css

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

 a { background-color: rgb(15,34,83); }

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

border-color css

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

 span { border-color: rgb(15,34,83); }

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