Html Css Color HEX #0F3F62 Regal Blue

📋 copy color: '#0F3F62'

red 15 ◦ green 63 ◦ blue 98

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

Shades of Regal Blue #0F3F62

Tints of Regal Blue #0F3F62

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 8.52%
G = 35.8%
B = 55.68%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F3F62 (or 0x0F3F62) is known color: Regal Blue. HEX triplet: 0F, 3F and 62. RGB value is (15,63,98). Sum of RGB (Red+Green+Blue) = 15+63+98=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F3F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F62 is #F0C09D. Grayscale: #343434. Windows color (decimal): -15777950 or 6438671. OLE color: 6438671.

HSL color Cylindrical-coordinate representation of color #0F3F62: hue angle of 205.3º 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 #0F3F62 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 63 98 -
CMYK 0.85 0.36 0 0.62
HSL 205.3º 0.73% 0.22% -
HSV(B) 205.3º 0.85% 0.38% -
XYZ 4.18 4.54 12.21 -
YUV 52.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 15 63 98 0.85 0.36 0 0.62 205.3 0.73 0.22
Hex F 3F 62 55 24 0 3E CD 49 16
Octal 17 77 142 125 44 0 76 315 111 26
Binary 1111 111111 1100010 1010101 100100 0 111110 11001101 1001001 10110

Color Harmonies of #0F3F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3F62

Black with #0F3F62

Text Example


Text Example

White with #0F3F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,63,98); }

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

background-color css

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

 a { background-color: rgb(15,63,98); }

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

border-color css

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

 span { border-color: rgb(15,63,98); }

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