Html Css Color HEX #00265C Sapphire

📋 copy color: '#00265C'

red 0 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #00265C

Tints of Sapphire #00265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 70.77%

R = 0%
G = 29.23%
B = 70.77%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00265C (or 0x00265C) is known color: Sapphire. HEX triplet: 00, 26 and 5C. RGB value is (0,38,92). Sum of RGB (Red+Green+Blue) = 0+38+92=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #00265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00265C is #FFD9A3. Grayscale: #202020. Windows color (decimal): -16767396 or 6039040. OLE color: 6039040.

HSL color Cylindrical-coordinate representation of color #00265C: hue angle of 215.22º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00265C is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 38 92 -
CMYK 1 0.59 0 0.64
HSL 215.22º 1% 0.18% -
HSV(B) 215.22º 1% 0.36% -
XYZ 2.62 2.16 10.4 -
YUV 32.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 0 38 92 1 0.59 0 0.64 215.22 1 0.18
Hex 0 26 5C 64 3B 0 40 D7 64 12
Octal 0 46 134 144 73 0 100 327 144 22
Binary 0 100110 1011100 1100100 111011 0 1000000 11010111 1100100 10010

Color Harmonies of #00265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00265C

Black with #00265C

Text Example


Text Example

White with #00265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00265C; }

 p { color: rgb(0,38,92); }

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

background-color css

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

 a { background-color: rgb(0,38,92); }

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

border-color css

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

 span { border-color: rgb(0,38,92); }

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