Html Css Color HEX #1293B3 Bondi Blue

📋 copy color: '#1293B3'

red 18 ◦ green 147 ◦ blue 179

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

Shades of Bondi Blue #1293B3

Tints of Bondi Blue #1293B3

RGB

 RED value IS 18 (7.42% from 255) = 5.23%

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 179 (70.31% from 255) = 52.03%

R = 5.23%
G = 42.73%
B = 52.03%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1293B3 (or 0x1293B3) is known color: Bondi Blue. HEX triplet: 12, 93 and B3. RGB value is (18,147,179). Sum of RGB (Red+Green+Blue) = 18+147+179=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #1293B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293B3 is #ED6C4C. Grayscale: #6F6F6F. Windows color (decimal): -15559757 or 11768594. OLE color: 11768594.

HSL color Cylindrical-coordinate representation of color #1293B3: hue angle of 191.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1293B3 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 147 179 -
CMYK 0.90 0.18 0 0.30
HSL 191.93º 0.82% 0.39% -
HSV(B) 191.93º 0.9% 0.7% -
XYZ 18.82 24.25 46.34 -
YUV 112.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 18 147 179 0.90 0.18 0 0.30 191.93 0.82 0.39
Hex 12 93 B3 5A 12 0 1E C0 52 27
Octal 22 223 263 132 22 0 36 300 122 47
Binary 10010 10010011 10110011 1011010 10010 0 11110 11000000 1010010 100111

Color Harmonies of #1293B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293B3

Black with #1293B3

Text Example


Text Example

White with #1293B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1293B3; }

 p { color: rgb(18,147,179); }

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

background-color css

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

 a { background-color: rgb(18,147,179); }

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

border-color css

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

 span { border-color: rgb(18,147,179); }

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