Html Css Color HEX #06234A Sapphire

📋 copy color: '#06234A'

red 6 ◦ green 35 ◦ blue 74

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

Shades of Sapphire #06234A

Tints of Sapphire #06234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

 BLUE value IS 74 (29.3% from 255) = 64.35%

R = 5.22%
G = 30.43%
B = 64.35%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06234A (or 0x06234A) is known color: Sapphire. HEX triplet: 06, 23 and 4A. RGB value is (6,35,74). Sum of RGB (Red+Green+Blue) = 6+35+74=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #06234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06234A is #F9DCB5. Grayscale: #1E1E1E. Windows color (decimal): -16374966 or 4858630. OLE color: 4858630.

HSL color Cylindrical-coordinate representation of color #06234A: hue angle of 214.41º 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 #06234A is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 35 74 -
CMYK 0.92 0.53 0 0.71
HSL 214.41º 0.85% 0.16% -
HSV(B) 214.41º 0.92% 0.29% -
XYZ 1.91 1.74 6.71 -
YUV 30.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 6 35 74 0.92 0.53 0 0.71 214.41 0.85 0.16
Hex 6 23 4A 5C 35 0 47 D6 55 10
Octal 6 43 112 134 65 0 107 326 125 20
Binary 110 100011 1001010 1011100 110101 0 1000111 11010110 1010101 10000

Color Harmonies of #06234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06234A

Black with #06234A

Text Example


Text Example

White with #06234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06234A; }

 p { color: rgb(6,35,74); }

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

background-color css

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

 a { background-color: rgb(6,35,74); }

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

border-color css

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

 span { border-color: rgb(6,35,74); }

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