Html Css Color HEX #002269 Sapphire

📋 copy color: '#002269'

red 0 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #002269

Tints of Sapphire #002269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 75.54%

R = 0%
G = 24.46%
B = 75.54%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002269 (or 0x002269) is known color: Sapphire. HEX triplet: 00, 22 and 69. RGB value is (0,34,105). Sum of RGB (Red+Green+Blue) = 0+34+105=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #002269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002269 is #FFDD96. Grayscale: #1F1F1F. Windows color (decimal): -16768407 or 6889984. OLE color: 6889984.

HSL color Cylindrical-coordinate representation of color #002269: hue angle of 220.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002269 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 34 105 -
CMYK 1 0.68 0 0.59
HSL 220.57º 1% 0.21% -
HSV(B) 220.57º 1% 0.41% -
XYZ 3.12 2.16 13.62 -
YUV 31.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 0 34 105 1 0.68 0 0.59 220.57 1 0.21
Hex 0 22 69 64 44 0 3B DD 64 15
Octal 0 42 151 144 104 0 73 335 144 25
Binary 0 100010 1101001 1100100 1000100 0 111011 11011101 1100100 10101

Color Harmonies of #002269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002269

Black with #002269

Text Example


Text Example

White with #002269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002269; }

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

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

background-color css

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

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

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

border-color css

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

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

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