Html Css Color HEX #002265 Sapphire

📋 copy color: '#002265'

red 0 ◦ green 34 ◦ blue 101

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

Shades of Sapphire #002265

Tints of Sapphire #002265

RGB

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

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

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

R = 0%
G = 25.19%
B = 74.81%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002265 (or 0x002265) is known color: Sapphire. HEX triplet: 00, 22 and 65. RGB value is (0,34,101). Sum of RGB (Red+Green+Blue) = 0+34+101=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #002265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002265 is #FFDD9A. Grayscale: #1F1F1F. Windows color (decimal): -16768411 or 6627840. OLE color: 6627840.

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

Color convert

RGB 0 34 101 -
CMYK 1 0.66 0 0.60
HSL 219.8º 1% 0.2% -
HSV(B) 219.8º 1% 0.4% -
XYZ 2.92 2.08 12.56 -
YUV 31.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 0 34 101 1 0.66 0 0.60 219.8 1 0.2
Hex 0 22 65 64 42 0 3C DC 64 14
Octal 0 42 145 144 102 0 74 334 144 24
Binary 0 100010 1100101 1100100 1000010 0 111100 11011100 1100100 10100

Color Harmonies of #002265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002265

Black with #002265

Text Example


Text Example

White with #002265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002265; }

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

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

background-color css

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

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

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

border-color css

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

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

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