Html Css Color HEX #0F3655 Regal Blue

📋 copy color: '#0F3655'

red 15 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #0F3655

Tints of Regal Blue #0F3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 9.74%
G = 35.06%
B = 55.19%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3655 (or 0x0F3655) is known color: Regal Blue. HEX triplet: 0F, 36 and 55. RGB value is (15,54,85). Sum of RGB (Red+Green+Blue) = 15+54+85=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3655 is #F0C9AA. Grayscale: #2D2D2D. Windows color (decimal): -15780267 or 5584399. OLE color: 5584399.

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

Color convert

RGB 15 54 85 -
CMYK 0.82 0.36 0 0.67
HSL 206.57º 0.7% 0.2% -
HSV(B) 206.57º 0.82% 0.33% -
XYZ 3.16 3.4 9.08 -
YUV 45.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 15 54 85 0.82 0.36 0 0.67 206.57 0.7 0.2
Hex F 36 55 52 24 0 43 CF 46 14
Octal 17 66 125 122 44 0 103 317 106 24
Binary 1111 110110 1010101 1010010 100100 0 1000011 11001111 1000110 10100

Color Harmonies of #0F3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3655

Black with #0F3655

Text Example


Text Example

White with #0F3655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,85); }

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

background-color css

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

 a { background-color: rgb(15,54,85); }

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

border-color css

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

 span { border-color: rgb(15,54,85); }

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