Html Css Color HEX #0F225A Sapphire

📋 copy color: '#0F225A'

red 15 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #0F225A

Tints of Sapphire #0F225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 64.75%

R = 10.79%
G = 24.46%
B = 64.75%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F225A (or 0x0F225A) is known color: Sapphire. HEX triplet: 0F, 22 and 5A. RGB value is (15,34,90). Sum of RGB (Red+Green+Blue) = 15+34+90=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F225A is #F0DDA5. Grayscale: #222222. Windows color (decimal): -15785382 or 5906959. OLE color: 5906959.

HSL color Cylindrical-coordinate representation of color #0F225A: hue angle of 224.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F225A is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 34 90 -
CMYK 0.83 0.62 0 0.65
HSL 224.8º 0.71% 0.21% -
HSV(B) 224.8º 0.83% 0.35% -
XYZ 2.61 1.98 9.92 -
YUV 34.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 15 34 90 0.83 0.62 0 0.65 224.8 0.71 0.21
Hex F 22 5A 53 3E 0 41 E1 47 15
Octal 17 42 132 123 76 0 101 341 107 25
Binary 1111 100010 1011010 1010011 111110 0 1000001 11100001 1000111 10101

Color Harmonies of #0F225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F225A

Black with #0F225A

Text Example


Text Example

White with #0F225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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