Html Css Color HEX #002274 Sapphire

📋 copy color: '#002274'

red 0 ◦ green 34 ◦ blue 116

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

Shades of Sapphire #002274

Tints of Sapphire #002274

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 22.67%

 BLUE value IS 116 (45.7% from 255) = 77.33%

R = 0%
G = 22.67%
B = 77.33%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002274 (or 0x002274) is known color: Sapphire. HEX triplet: 00, 22 and 74. RGB value is (0,34,116). Sum of RGB (Red+Green+Blue) = 0+34+116=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #002274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002274 is #FFDD8B. Grayscale: #202020. Windows color (decimal): -16768396 or 7610880. OLE color: 7610880.

HSL color Cylindrical-coordinate representation of color #002274: hue angle of 222.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002274 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 34 116 -
CMYK 1 0.71 0 0.55
HSL 222.41º 1% 0.23% -
HSV(B) 222.41º 1% 0.45% -
XYZ 3.72 2.41 16.79 -
YUV 33.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 0 34 116 1 0.71 0 0.55 222.41 1 0.23
Hex 0 22 74 64 47 0 37 DE 64 17
Octal 0 42 164 144 107 0 67 336 144 27
Binary 0 100010 1110100 1100100 1000111 0 110111 11011110 1100100 10111

Color Harmonies of #002274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002274

Black with #002274

Text Example


Text Example

White with #002274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002274; }

 p { color: rgb(0,34,116); }

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

background-color css

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

 a { background-color: rgb(0,34,116); }

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

border-color css

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

 span { border-color: rgb(0,34,116); }

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