Html Css Color HEX #0F3252 Regal Blue

📋 copy color: '#0F3252'

red 15 ◦ green 50 ◦ blue 82

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

Shades of Regal Blue #0F3252

Tints of Regal Blue #0F3252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

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

R = 10.2%
G = 34.01%
B = 55.78%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F3252 (or 0x0F3252) is known color: Regal Blue. HEX triplet: 0F, 32 and 52. RGB value is (15,50,82). Sum of RGB (Red+Green+Blue) = 15+50+82=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F3252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3252 is #F0CDAD. Grayscale: #2B2B2B. Windows color (decimal): -15781294 or 5386767. OLE color: 5386767.

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

Color convert

RGB 15 50 82 -
CMYK 0.82 0.39 0 0.68
HSL 208.66º 0.69% 0.19% -
HSV(B) 208.66º 0.82% 0.32% -
XYZ 2.86 2.99 8.41 -
YUV 43.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 15 50 82 0.82 0.39 0 0.68 208.66 0.69 0.19
Hex F 32 52 52 27 0 44 D1 45 13
Octal 17 62 122 122 47 0 104 321 105 23
Binary 1111 110010 1010010 1010010 100111 0 1000100 11010001 1000101 10011

Color Harmonies of #0F3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3252

Black with #0F3252

Text Example


Text Example

White with #0F3252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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