Html Css Color HEX #06254B Sapphire

📋 copy color: '#06254B'

red 6 ◦ green 37 ◦ blue 75

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

Shades of Sapphire #06254B

Tints of Sapphire #06254B

RGB

 RED value IS 6 (2.73% from 255) = 5.08%

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 75 (29.69% from 255) = 63.56%

R = 5.08%
G = 31.36%
B = 63.56%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06254B (or 0x06254B) is known color: Sapphire. HEX triplet: 06, 25 and 4B. RGB value is (6,37,75). Sum of RGB (Red+Green+Blue) = 6+37+75=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #06254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06254B is #F9DAB4. Grayscale: #1F1F1F. Windows color (decimal): -16374453 or 4924678. OLE color: 4924678.

HSL color Cylindrical-coordinate representation of color #06254B: hue angle of 213.04º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06254B is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 37 75 -
CMYK 0.92 0.51 0 0.71
HSL 213.04º 0.85% 0.16% -
HSV(B) 213.04º 0.92% 0.29% -
XYZ 2.01 1.87 6.91 -
YUV 32.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 6 37 75 0.92 0.51 0 0.71 213.04 0.85 0.16
Hex 6 25 4B 5C 33 0 47 D5 55 10
Octal 6 45 113 134 63 0 107 325 125 20
Binary 110 100101 1001011 1011100 110011 0 1000111 11010101 1010101 10000

Color Harmonies of #06254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06254B

Black with #06254B

Text Example


Text Example

White with #06254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06254B; }

 p { color: rgb(6,37,75); }

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

background-color css

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

 a { background-color: rgb(6,37,75); }

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

border-color css

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

 span { border-color: rgb(6,37,75); }

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