Html Css Color HEX #0F405F Regal Blue

📋 copy color: '#0F405F'

red 15 ◦ green 64 ◦ blue 95

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

Shades of Regal Blue #0F405F

Tints of Regal Blue #0F405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 8.62%
G = 36.78%
B = 54.6%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F405F (or 0x0F405F) is known color: Regal Blue. HEX triplet: 0F, 40 and 5F. RGB value is (15,64,95). Sum of RGB (Red+Green+Blue) = 15+64+95=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F405F is #F0BFA0. Grayscale: #343434. Windows color (decimal): -15777697 or 6242319. OLE color: 6242319.

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

Color convert

RGB 15 64 95 -
CMYK 0.84 0.33 0 0.63
HSL 203.25º 0.73% 0.22% -
HSV(B) 203.25º 0.84% 0.37% -
XYZ 4.1 4.59 11.5 -
YUV 52.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 15 64 95 0.84 0.33 0 0.63 203.25 0.73 0.22
Hex F 40 5F 54 21 0 3F CB 49 16
Octal 17 100 137 124 41 0 77 313 111 26
Binary 1111 1000000 1011111 1010100 100001 0 111111 11001011 1001001 10110

Color Harmonies of #0F405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F405F

Black with #0F405F

Text Example


Text Example

White with #0F405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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