Html Css Color HEX #021B65 Sapphire

📋 copy color: '#021B65'

red 2 ◦ green 27 ◦ blue 101

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

Shades of Sapphire #021B65

Tints of Sapphire #021B65

RGB

 RED value IS 2 (1.17% from 255) = 1.54%

 GREEN value IS 27 (10.94% from 255) = 20.77%

 BLUE value IS 101 (39.84% from 255) = 77.69%

R = 1.54%
G = 20.77%
B = 77.69%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021B65 (or 0x021B65) is known color: Sapphire. HEX triplet: 02, 1B and 65. RGB value is (2,27,101). Sum of RGB (Red+Green+Blue) = 2+27+101=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 101 (39.84% from 255 or 77.69% from 130); Max value from RGB is 101 - color contains mainly: blue. Hex color #021B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B65 is #FDE49A. Grayscale: #1B1B1B. Windows color (decimal): -16639131 or 6626050. OLE color: 6626050.

HSL color Cylindrical-coordinate representation of color #021B65: hue angle of 224.85º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B65 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 27 101 -
CMYK 0.98 0.73 0 0.60
HSL 224.85º 0.96% 0.2% -
HSV(B) 224.85º 0.98% 0.4% -
XYZ 2.77 1.74 12.5 -
YUV 27.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 2 27 101 0.98 0.73 0 0.60 224.85 0.96 0.2
Hex 2 1B 65 62 49 0 3C E1 60 14
Octal 2 33 145 142 111 0 74 341 140 24
Binary 10 11011 1100101 1100010 1001001 0 111100 11100001 1100000 10100

Color Harmonies of #021B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B65

Black with #021B65

Text Example


Text Example

White with #021B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021B65; }

 p { color: rgb(2,27,101); }

 H1.HeaderClassName
 {
   color: #021B65;
 }
 .AnyTagClassName
 {
   color: #021B65;
 }
</style>

background-color css

<style>
 a { background-color: #021B65; }

 a { background-color: rgb(2,27,101); }

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

border-color css

<style>
 span { border-color: #021B65; }

 span { border-color: rgb(2,27,101); }

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