Html Css Color HEX #0F3651 Regal Blue

📋 copy color: '#0F3651'

red 15 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #0F3651

Tints of Regal Blue #0F3651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54%

R = 10%
G = 36%
B = 54%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F3651 (or 0x0F3651) is known color: Regal Blue. HEX triplet: 0F, 36 and 51. RGB value is (15,54,81). Sum of RGB (Red+Green+Blue) = 15+54+81=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F3651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3651 is #F0C9AE. Grayscale: #2D2D2D. Windows color (decimal): -15780271 or 5322255. OLE color: 5322255.

HSL color Cylindrical-coordinate representation of color #0F3651: hue angle of 204.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3651 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 54 81 -
CMYK 0.81 0.33 0 0.68
HSL 204.55º 0.69% 0.19% -
HSV(B) 204.55º 0.81% 0.32% -
XYZ 3 3.33 8.27 -
YUV 45.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 15 54 81 0.81 0.33 0 0.68 204.55 0.69 0.19
Hex F 36 51 51 21 0 44 CD 45 13
Octal 17 66 121 121 41 0 104 315 105 23
Binary 1111 110110 1010001 1010001 100001 0 1000100 11001101 1000101 10011

Color Harmonies of #0F3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3651

Black with #0F3651

Text Example


Text Example

White with #0F3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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