Html Css Color HEX #0F3659 Regal Blue

📋 copy color: '#0F3659'

red 15 ◦ green 54 ◦ blue 89

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

Shades of Regal Blue #0F3659

Tints of Regal Blue #0F3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 9.49%
G = 34.18%
B = 56.33%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F3659 (or 0x0F3659) is known color: Regal Blue. HEX triplet: 0F, 36 and 59. RGB value is (15,54,89). Sum of RGB (Red+Green+Blue) = 15+54+89=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F3659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3659 is #F0C9A6. Grayscale: #2E2E2E. Windows color (decimal): -15780263 or 5846543. OLE color: 5846543.

HSL color Cylindrical-coordinate representation of color #0F3659: hue angle of 208.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F3659 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 54 89 -
CMYK 0.83 0.39 0 0.65
HSL 208.38º 0.71% 0.2% -
HSV(B) 208.38º 0.83% 0.35% -
XYZ 3.32 3.46 9.94 -
YUV 46.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 15 54 89 0.83 0.39 0 0.65 208.38 0.71 0.2
Hex F 36 59 53 27 0 41 D0 47 14
Octal 17 66 131 123 47 0 101 320 107 24
Binary 1111 110110 1011001 1010011 100111 0 1000001 11010000 1000111 10100

Color Harmonies of #0F3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3659

Black with #0F3659

Text Example


Text Example

White with #0F3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,89); }

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

background-color css

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

 a { background-color: rgb(15,54,89); }

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

border-color css

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

 span { border-color: rgb(15,54,89); }

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