Html Css Color HEX #0F4061 Regal Blue

📋 copy color: '#0F4061'

red 15 ◦ green 64 ◦ blue 97

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

Shades of Regal Blue #0F4061

Tints of Regal Blue #0F4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 8.52%
G = 36.36%
B = 55.11%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4061 (or 0x0F4061) is known color: Regal Blue. HEX triplet: 0F, 40 and 61. RGB value is (15,64,97). Sum of RGB (Red+Green+Blue) = 15+64+97=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F4061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4061 is #F0BF9E. Grayscale: #343434. Windows color (decimal): -15777695 or 6373391. OLE color: 6373391.

HSL color Cylindrical-coordinate representation of color #0F4061: hue angle of 204.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4061 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 64 97 -
CMYK 0.85 0.34 0 0.62
HSL 204.15º 0.73% 0.22% -
HSV(B) 204.15º 0.85% 0.38% -
XYZ 4.19 4.63 11.98 -
YUV 53.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 15 64 97 0.85 0.34 0 0.62 204.15 0.73 0.22
Hex F 40 61 55 22 0 3E CC 49 16
Octal 17 100 141 125 42 0 76 314 111 26
Binary 1111 1000000 1100001 1010101 100010 0 111110 11001100 1001001 10110

Color Harmonies of #0F4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4061

Black with #0F4061

Text Example


Text Example

White with #0F4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,97); }

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

background-color css

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

 a { background-color: rgb(15,64,97); }

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

border-color css

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

 span { border-color: rgb(15,64,97); }

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