Html Css Color HEX #0F3753 Regal Blue

📋 copy color: '#0F3753'

red 15 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #0F3753

Tints of Regal Blue #0F3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

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

R = 9.8%
G = 35.95%
B = 54.25%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F3753 (or 0x0F3753) is known color: Regal Blue. HEX triplet: 0F, 37 and 53. RGB value is (15,55,83). Sum of RGB (Red+Green+Blue) = 15+55+83=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3753 is #F0C8AC. Grayscale: #2E2E2E. Windows color (decimal): -15780013 or 5453583. OLE color: 5453583.

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

Color convert

RGB 15 55 83 -
CMYK 0.82 0.34 0 0.67
HSL 204.71º 0.69% 0.19% -
HSV(B) 204.71º 0.82% 0.33% -
XYZ 3.12 3.46 8.69 -
YUV 46.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 15 55 83 0.82 0.34 0 0.67 204.71 0.69 0.19
Hex F 37 53 52 22 0 43 CD 45 13
Octal 17 67 123 122 42 0 103 315 105 23
Binary 1111 110111 1010011 1010010 100010 0 1000011 11001101 1000101 10011

Color Harmonies of #0F3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3753

Black with #0F3753

Text Example


Text Example

White with #0F3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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