Html Css Color HEX #0F244D Sapphire

📋 copy color: '#0F244D'

red 15 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #0F244D

Tints of Sapphire #0F244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.13%

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

R = 11.72%
G = 28.13%
B = 60.16%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F244D (or 0x0F244D) is known color: Sapphire. HEX triplet: 0F, 24 and 4D. RGB value is (15,36,77). Sum of RGB (Red+Green+Blue) = 15+36+77=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F244D is #F0DBB2. Grayscale: #222222. Windows color (decimal): -15784883 or 5055503. OLE color: 5055503.

HSL color Cylindrical-coordinate representation of color #0F244D: hue angle of 219.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F244D is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 36 77 -
CMYK 0.81 0.53 0 0.70
HSL 219.68º 0.67% 0.18% -
HSV(B) 219.68º 0.81% 0.3% -
XYZ 2.17 1.9 7.27 -
YUV 34.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 15 36 77 0.81 0.53 0 0.70 219.68 0.67 0.18
Hex F 24 4D 51 35 0 46 DC 43 12
Octal 17 44 115 121 65 0 106 334 103 22
Binary 1111 100100 1001101 1010001 110101 0 1000110 11011100 1000011 10010

Color Harmonies of #0F244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F244D

Black with #0F244D

Text Example


Text Example

White with #0F244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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