Html Css Color HEX #010B53 Sapphire

📋 copy color: '#010B53'

red 1 ◦ green 11 ◦ blue 83

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

Shades of Sapphire #010B53

Tints of Sapphire #010B53

RGB

 RED value IS 1 (0.78% from 255) = 1.05%

 GREEN value IS 11 (4.69% from 255) = 11.58%

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

R = 1.05%
G = 11.58%
B = 87.37%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010B53 (or 0x010B53) is known color: Sapphire. HEX triplet: 01, 0B and 53. RGB value is (1,11,83). Sum of RGB (Red+Green+Blue) = 1+11+83=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #010B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B53 is #FEF4AC. Grayscale: #0F0F0F. Windows color (decimal): -16708781 or 5442305. OLE color: 5442305.

HSL color Cylindrical-coordinate representation of color #010B53: hue angle of 232.68º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B53 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 11 83 -
CMYK 0.99 0.87 0 0.67
HSL 232.68º 0.98% 0.16% -
HSV(B) 232.68º 0.99% 0.33% -
XYZ 1.69 0.87 8.26 -
YUV 16.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 1 11 83 0.99 0.87 0 0.67 232.68 0.98 0.16
Hex 1 B 53 63 57 0 43 E9 62 10
Octal 1 13 123 143 127 0 103 351 142 20
Binary 1 1011 1010011 1100011 1010111 0 1000011 11101001 1100010 10000

Color Harmonies of #010B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B53

Black with #010B53

Text Example


Text Example

White with #010B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B53; }

 p { color: rgb(1,11,83); }

 H1.HeaderClassName
 {
   color: #010B53;
 }
 .AnyTagClassName
 {
   color: #010B53;
 }
</style>

background-color css

<style>
 a { background-color: #010B53; }

 a { background-color: rgb(1,11,83); }

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

border-color css

<style>
 span { border-color: #010B53; }

 span { border-color: rgb(1,11,83); }

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