Html Css Color HEX #0F1652 Sapphire

📋 copy color: '#0F1652'

red 15 ◦ green 22 ◦ blue 82

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

Shades of Sapphire #0F1652

Tints of Sapphire #0F1652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 12.61%
G = 18.49%
B = 68.91%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1652 (or 0x0F1652) is known color: Sapphire. HEX triplet: 0F, 16 and 52. RGB value is (15,22,82). Sum of RGB (Red+Green+Blue) = 15+22+82=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1652 is #F0E9AD. Grayscale: #1A1A1A. Windows color (decimal): -15788462 or 5379599. OLE color: 5379599.

HSL color Cylindrical-coordinate representation of color #0F1652: hue angle of 233.73º 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 #0F1652 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 22 82 -
CMYK 0.82 0.73 0 0.68
HSL 233.73º 0.69% 0.19% -
HSV(B) 233.73º 0.82% 0.32% -
XYZ 2.01 1.28 8.12 -
YUV 26.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 15 22 82 0.82 0.73 0 0.68 233.73 0.69 0.19
Hex F 16 52 52 49 0 44 EA 45 13
Octal 17 26 122 122 111 0 104 352 105 23
Binary 1111 10110 1010010 1010010 1001001 0 1000100 11101010 1000101 10011

Color Harmonies of #0F1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1652

Black with #0F1652

Text Example


Text Example

White with #0F1652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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