Html Css Color HEX #00275E Sapphire

📋 copy color: '#00275E'

red 0 ◦ green 39 ◦ blue 94

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

Shades of Sapphire #00275E

Tints of Sapphire #00275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

 BLUE value IS 94 (37.11% from 255) = 70.68%

R = 0%
G = 29.32%
B = 70.68%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00275E (or 0x00275E) is known color: Sapphire. HEX triplet: 00, 27 and 5E. RGB value is (0,39,94). Sum of RGB (Red+Green+Blue) = 0+39+94=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #00275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00275E is #FFD8A1. Grayscale: #212121. Windows color (decimal): -16767138 or 6170368. OLE color: 6170368.

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

Color convert

RGB 0 39 94 -
CMYK 1 0.59 0 0.63
HSL 215.11º 1% 0.18% -
HSV(B) 215.11º 1% 0.37% -
XYZ 2.75 2.26 10.88 -
YUV 33.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 0 39 94 1 0.59 0 0.63 215.11 1 0.18
Hex 0 27 5E 64 3B 0 3F D7 64 12
Octal 0 47 136 144 73 0 77 327 144 22
Binary 0 100111 1011110 1100100 111011 0 111111 11010111 1100100 10010

Color Harmonies of #00275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00275E

Black with #00275E

Text Example


Text Example

White with #00275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00275E; }

 p { color: rgb(0,39,94); }

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

background-color css

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

 a { background-color: rgb(0,39,94); }

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

border-color css

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

 span { border-color: rgb(0,39,94); }

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