Html Css Color HEX #0F4060 Regal Blue

📋 copy color: '#0F4060'

red 15 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #0F4060

Tints of Regal Blue #0F4060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 8.57%
G = 36.57%
B = 54.86%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4060 (or 0x0F4060) is known color: Regal Blue. HEX triplet: 0F, 40 and 60. RGB value is (15,64,96). Sum of RGB (Red+Green+Blue) = 15+64+96=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4060 is #F0BF9F. Grayscale: #343434. Windows color (decimal): -15777696 or 6307855. OLE color: 6307855.

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

Color convert

RGB 15 64 96 -
CMYK 0.84 0.33 0 0.62
HSL 203.7º 0.73% 0.22% -
HSV(B) 203.7º 0.84% 0.38% -
XYZ 4.14 4.61 11.74 -
YUV 53 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 15 64 96 0.84 0.33 0 0.62 203.7 0.73 0.22
Hex F 40 60 54 21 0 3E CC 49 16
Octal 17 100 140 124 41 0 76 314 111 26
Binary 1111 1000000 1100000 1010100 100001 0 111110 11001100 1001001 10110

Color Harmonies of #0F4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4060

Black with #0F4060

Text Example


Text Example

White with #0F4060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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