Html Css Color HEX #02267A Sapphire

📋 copy color: '#02267A'

red 2 ◦ green 38 ◦ blue 122

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

Shades of Sapphire #02267A

Tints of Sapphire #02267A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

 BLUE value IS 122 (48.05% from 255) = 75.31%

R = 1.23%
G = 23.46%
B = 75.31%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02267A (or 0x02267A) is known color: Sapphire. HEX triplet: 02, 26 and 7A. RGB value is (2,38,122). Sum of RGB (Red+Green+Blue) = 2+38+122=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #02267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02267A is #FDD985. Grayscale: #242424. Windows color (decimal): -16636294 or 8005122. OLE color: 8005122.

HSL color Cylindrical-coordinate representation of color #02267A: hue angle of 222º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02267A is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 38 122 -
CMYK 0.98 0.69 0 0.52
HSL 222º 0.97% 0.24% -
HSV(B) 222º 0.98% 0.48% -
XYZ 4.23 2.8 18.73 -
YUV 36.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 2 38 122 0.98 0.69 0 0.52 222 0.97 0.24
Hex 2 26 7A 62 45 0 34 DE 61 18
Octal 2 46 172 142 105 0 64 336 141 30
Binary 10 100110 1111010 1100010 1000101 0 110100 11011110 1100001 11000

Color Harmonies of #02267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02267A

Black with #02267A

Text Example


Text Example

White with #02267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02267A; }

 p { color: rgb(2,38,122); }

 H1.HeaderClassName
 {
   color: #02267A;
 }
 .AnyTagClassName
 {
   color: #02267A;
 }
</style>

background-color css

<style>
 a { background-color: #02267A; }

 a { background-color: rgb(2,38,122); }

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

border-color css

<style>
 span { border-color: #02267A; }

 span { border-color: rgb(2,38,122); }

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