Html Css Color HEX #0F3C53 Regal Blue

📋 copy color: '#0F3C53'

red 15 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #0F3C53

Tints of Regal Blue #0F3C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 9.49%
G = 37.97%
B = 52.53%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3C53 (or 0x0F3C53) is known color: Regal Blue. HEX triplet: 0F, 3C and 53. RGB value is (15,60,83). Sum of RGB (Red+Green+Blue) = 15+60+83=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3C53 is #F0C3AC. Grayscale: #313131. Windows color (decimal): -15778733 or 5454863. OLE color: 5454863.

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

Color convert

RGB 15 60 83 -
CMYK 0.82 0.28 0 0.67
HSL 200.29º 0.69% 0.19% -
HSV(B) 200.29º 0.82% 0.33% -
XYZ 3.37 3.96 8.77 -
YUV 49.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 15 60 83 0.82 0.28 0 0.67 200.29 0.69 0.19
Hex F 3C 53 52 1C 0 43 C8 45 13
Octal 17 74 123 122 34 0 103 310 105 23
Binary 1111 111100 1010011 1010010 11100 0 1000011 11001000 1000101 10011

Color Harmonies of #0F3C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3C53

Black with #0F3C53

Text Example


Text Example

White with #0F3C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,60,83); }

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

background-color css

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

 a { background-color: rgb(15,60,83); }

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

border-color css

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

 span { border-color: rgb(15,60,83); }

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