Html Css Color HEX #012B6B Sapphire

📋 copy color: '#012B6B'

red 1 ◦ green 43 ◦ blue 107

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

Shades of Sapphire #012B6B

Tints of Sapphire #012B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.48%

 BLUE value IS 107 (42.19% from 255) = 70.86%

R = 0.66%
G = 28.48%
B = 70.86%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#012B6B (or 0x012B6B) is known color: Sapphire. HEX triplet: 01, 2B and 6B. RGB value is (1,43,107). Sum of RGB (Red+Green+Blue) = 1+43+107=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #012B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B6B is #FED494. Grayscale: #252525. Windows color (decimal): -16700565 or 7023361. OLE color: 7023361.

HSL color Cylindrical-coordinate representation of color #012B6B: hue angle of 216.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B6B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 43 107 -
CMYK 0.99 0.60 0 0.58
HSL 216.23º 0.98% 0.21% -
HSV(B) 216.23º 0.99% 0.42% -
XYZ 3.53 2.8 14.26 -
YUV 37.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 1 43 107 0.99 0.60 0 0.58 216.23 0.98 0.21
Hex 1 2B 6B 63 3C 0 3A D8 62 15
Octal 1 53 153 143 74 0 72 330 142 25
Binary 1 101011 1101011 1100011 111100 0 111010 11011000 1100010 10101

Color Harmonies of #012B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B6B

Black with #012B6B

Text Example


Text Example

White with #012B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B6B; }

 p { color: rgb(1,43,107); }

 H1.HeaderClassName
 {
   color: #012B6B;
 }
 .AnyTagClassName
 {
   color: #012B6B;
 }
</style>

background-color css

<style>
 a { background-color: #012B6B; }

 a { background-color: rgb(1,43,107); }

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

border-color css

<style>
 span { border-color: #012B6B; }

 span { border-color: rgb(1,43,107); }

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