Html Css Color HEX #0F3154 Regal Blue

📋 copy color: '#0F3154'

red 15 ◦ green 49 ◦ blue 84

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

Shades of Regal Blue #0F3154

Tints of Regal Blue #0F3154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 84 (33.2% from 255) = 56.76%

R = 10.14%
G = 33.11%
B = 56.76%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3154 (or 0x0F3154) is known color: Regal Blue. HEX triplet: 0F, 31 and 54. RGB value is (15,49,84). Sum of RGB (Red+Green+Blue) = 15+49+84=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F3154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3154 is #F0CEAB. Grayscale: #2A2A2A. Windows color (decimal): -15781548 or 5517583. OLE color: 5517583.

HSL color Cylindrical-coordinate representation of color #0F3154: hue angle of 210.43º degrees, saturation: 0.7, 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 #0F3154 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 49 84 -
CMYK 0.82 0.42 0 0.67
HSL 210.43º 0.7% 0.19% -
HSV(B) 210.43º 0.82% 0.33% -
XYZ 2.9 2.94 8.8 -
YUV 42.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 15 49 84 0.82 0.42 0 0.67 210.43 0.7 0.19
Hex F 31 54 52 2A 0 43 D2 46 13
Octal 17 61 124 122 52 0 103 322 106 23
Binary 1111 110001 1010100 1010010 101010 0 1000011 11010010 1000110 10011

Color Harmonies of #0F3154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3154

Black with #0F3154

Text Example


Text Example

White with #0F3154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,84); }

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

background-color css

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

 a { background-color: rgb(15,49,84); }

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

border-color css

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

 span { border-color: rgb(15,49,84); }

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