Html Css Color HEX #0F3D5B Regal Blue

📋 copy color: '#0F3D5B'

red 15 ◦ green 61 ◦ blue 91

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

Shades of Regal Blue #0F3D5B

Tints of Regal Blue #0F3D5B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 8.98%
G = 36.53%
B = 54.49%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F3D5B (or 0x0F3D5B) is known color: Regal Blue. HEX triplet: 0F, 3D and 5B. RGB value is (15,61,91). Sum of RGB (Red+Green+Blue) = 15+61+91=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F3D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3D5B is #F0C2A4. Grayscale: #323232. Windows color (decimal): -15778469 or 5979407. OLE color: 5979407.

HSL color Cylindrical-coordinate representation of color #0F3D5B: hue angle of 203.68º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3D5B is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 61 91 -
CMYK 0.84 0.33 0 0.64
HSL 203.68º 0.72% 0.21% -
HSV(B) 203.68º 0.84% 0.36% -
XYZ 3.75 4.19 10.51 -
YUV 50.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 15 61 91 0.84 0.33 0 0.64 203.68 0.72 0.21
Hex F 3D 5B 54 21 0 40 CC 48 15
Octal 17 75 133 124 41 0 100 314 110 25
Binary 1111 111101 1011011 1010100 100001 0 1000000 11001100 1001000 10101

Color Harmonies of #0F3D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3D5B

Black with #0F3D5B

Text Example


Text Example

White with #0F3D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,61,91); }

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

background-color css

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

 a { background-color: rgb(15,61,91); }

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

border-color css

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

 span { border-color: rgb(15,61,91); }

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