Html Css Color HEX #0F3554 Regal Blue

📋 copy color: '#0F3554'

red 15 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #0F3554

Tints of Regal Blue #0F3554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 9.87%
G = 34.87%
B = 55.26%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3554 (or 0x0F3554) is known color: Regal Blue. HEX triplet: 0F, 35 and 54. RGB value is (15,53,84). Sum of RGB (Red+Green+Blue) = 15+53+84=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F3554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3554 is #F0CAAB. Grayscale: #2D2D2D. Windows color (decimal): -15780524 or 5518607. OLE color: 5518607.

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

Color convert

RGB 15 53 84 -
CMYK 0.82 0.37 0 0.67
HSL 206.96º 0.7% 0.19% -
HSV(B) 206.96º 0.82% 0.33% -
XYZ 3.07 3.29 8.86 -
YUV 45.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 15 53 84 0.82 0.37 0 0.67 206.96 0.7 0.19
Hex F 35 54 52 25 0 43 CF 46 13
Octal 17 65 124 122 45 0 103 317 106 23
Binary 1111 110101 1010100 1010010 100101 0 1000011 11001111 1000110 10011

Color Harmonies of #0F3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3554

Black with #0F3554

Text Example


Text Example

White with #0F3554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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