Html Css Color HEX #0F3653 Regal Blue

📋 copy color: '#0F3653'

red 15 ◦ green 54 ◦ blue 83

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

Shades of Regal Blue #0F3653

Tints of Regal Blue #0F3653

RGB

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

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

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

R = 9.87%
G = 35.53%
B = 54.61%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3653 (or 0x0F3653) is known color: Regal Blue. HEX triplet: 0F, 36 and 53. RGB value is (15,54,83). Sum of RGB (Red+Green+Blue) = 15+54+83=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3653 is #F0C9AC. Grayscale: #2D2D2D. Windows color (decimal): -15780269 or 5453327. OLE color: 5453327.

HSL color Cylindrical-coordinate representation of color #0F3653: hue angle of 205.59º 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 #0F3653 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 54 83 -
CMYK 0.82 0.35 0 0.67
HSL 205.59º 0.69% 0.19% -
HSV(B) 205.59º 0.82% 0.33% -
XYZ 3.08 3.36 8.67 -
YUV 45.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 15 54 83 0.82 0.35 0 0.67 205.59 0.69 0.19
Hex F 36 53 52 23 0 43 CE 45 13
Octal 17 66 123 122 43 0 103 316 105 23
Binary 1111 110110 1010011 1010010 100011 0 1000011 11001110 1000101 10011

Color Harmonies of #0F3653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3653

Black with #0F3653

Text Example


Text Example

White with #0F3653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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