Html Css Color HEX #0F1E52 Sapphire

📋 copy color: '#0F1E52'

red 15 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #0F1E52

Tints of Sapphire #0F1E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.62%

 BLUE value IS 82 (32.42% from 255) = 64.57%

R = 11.81%
G = 23.62%
B = 64.57%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1E52 (or 0x0F1E52) is known color: Sapphire. HEX triplet: 0F, 1E and 52. RGB value is (15,30,82). Sum of RGB (Red+Green+Blue) = 15+30+82=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1E52 is #F0E1AD. Grayscale: #1F1F1F. Windows color (decimal): -15786414 or 5381647. OLE color: 5381647.

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

Color convert

RGB 15 30 82 -
CMYK 0.82 0.63 0 0.68
HSL 226.57º 0.69% 0.19% -
HSV(B) 226.57º 0.82% 0.32% -
XYZ 2.18 1.64 8.18 -
YUV 31.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 15 30 82 0.82 0.63 0 0.68 226.57 0.69 0.19
Hex F 1E 52 52 3F 0 44 E3 45 13
Octal 17 36 122 122 77 0 104 343 105 23
Binary 1111 11110 1010010 1010010 111111 0 1000100 11100011 1000101 10011

Color Harmonies of #0F1E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E52

Black with #0F1E52

Text Example


Text Example

White with #0F1E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,82); }

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

background-color css

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

 a { background-color: rgb(15,30,82); }

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

border-color css

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

 span { border-color: rgb(15,30,82); }

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