Html Css Color HEX #0A3B53 Regal Blue

📋 copy color: '#0A3B53'

red 10 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #0A3B53

Tints of Regal Blue #0A3B53

RGB

 RED value IS 10 (4.3% from 255) = 6.58%

 GREEN value IS 59 (23.44% from 255) = 38.82%

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

R = 6.58%
G = 38.82%
B = 54.61%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0A3B53 (or 0x0A3B53) is known color: Regal Blue. HEX triplet: 0A, 3B and 53. RGB value is (10,59,83). Sum of RGB (Red+Green+Blue) = 10+59+83=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 59 (23.44% from 255 or 38.82% 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 #0A3B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3B53 is #F5C4AC. Grayscale: #2E2E2E. Windows color (decimal): -16106669 or 5454602. OLE color: 5454602.

HSL color Cylindrical-coordinate representation of color #0A3B53: hue angle of 199.73º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3B53 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 59 83 -
CMYK 0.88 0.29 0 0.67
HSL 199.73º 0.78% 0.18% -
HSV(B) 199.73º 0.88% 0.33% -
XYZ 3.25 3.82 8.75 -
YUV 47.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 10 59 83 0.88 0.29 0 0.67 199.73 0.78 0.18
Hex A 3B 53 58 1D 0 43 C8 4E 12
Octal 12 73 123 130 35 0 103 310 116 22
Binary 1010 111011 1010011 1011000 11101 0 1000011 11001000 1001110 10010

Color Harmonies of #0A3B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3B53

Black with #0A3B53

Text Example


Text Example

White with #0A3B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,59,83); }

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

background-color css

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

 a { background-color: rgb(10,59,83); }

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

border-color css

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

 span { border-color: rgb(10,59,83); }

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