Html Css Color HEX #012A6B Sapphire

📋 copy color: '#012A6B'

red 1 ◦ green 42 ◦ blue 107

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

Shades of Sapphire #012A6B

Tints of Sapphire #012A6B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

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

R = 0.67%
G = 28%
B = 71.33%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#012A6B (or 0x012A6B) is known color: Sapphire. HEX triplet: 01, 2A and 6B. RGB value is (1,42,107). Sum of RGB (Red+Green+Blue) = 1+42+107=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #012A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A6B is #FED594. Grayscale: #242424. Windows color (decimal): -16700821 or 7023105. OLE color: 7023105.

HSL color Cylindrical-coordinate representation of color #012A6B: hue angle of 216.79º 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 #012A6B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 42 107 -
CMYK 0.99 0.61 0 0.58
HSL 216.79º 0.98% 0.21% -
HSV(B) 216.79º 0.99% 0.42% -
XYZ 3.49 2.72 14.25 -
YUV 37.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 1 42 107 0.99 0.61 0 0.58 216.79 0.98 0.21
Hex 1 2A 6B 63 3D 0 3A D9 62 15
Octal 1 52 153 143 75 0 72 331 142 25
Binary 1 101010 1101011 1100011 111101 0 111010 11011001 1100010 10101

Color Harmonies of #012A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A6B

Black with #012A6B

Text Example


Text Example

White with #012A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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