Html Css Color HEX #1390C0 Bondi Blue

📋 copy color: '#1390C0'

red 19 ◦ green 144 ◦ blue 192

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

Shades of Bondi Blue #1390C0

Tints of Bondi Blue #1390C0

RGB

 RED value IS 19 (7.81% from 255) = 5.35%

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 5.35%
G = 40.56%
B = 54.08%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1390C0 (or 0x1390C0) is known color: Bondi Blue. HEX triplet: 13, 90 and C0. RGB value is (19,144,192). Sum of RGB (Red+Green+Blue) = 19+144+192=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #1390C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390C0 is #EC6F3F. Grayscale: #6F6F6F. Windows color (decimal): -15494976 or 12619795. OLE color: 12619795.

HSL color Cylindrical-coordinate representation of color #1390C0: hue angle of 196.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1390C0 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 144 192 -
CMYK 0.90 0.25 0 0.25
HSL 196.65º 0.82% 0.41% -
HSV(B) 196.65º 0.9% 0.75% -
XYZ 19.76 23.89 53.44 -
YUV 112.1 173.09 61.6 -
System Red Green Blue C M Y K H S L
Decimal 19 144 192 0.90 0.25 0 0.25 196.65 0.82 0.41
Hex 13 90 C0 5A 19 0 19 C5 52 29
Octal 23 220 300 132 31 0 31 305 122 51
Binary 10011 10010000 11000000 1011010 11001 0 11001 11000101 1010010 101001

Color Harmonies of #1390C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1390C0

Black with #1390C0

Text Example


Text Example

White with #1390C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1390C0; }

 p { color: rgb(19,144,192); }

 H1.HeaderClassName
 {
   color: #1390C0;
 }
 .AnyTagClassName
 {
   color: #1390C0;
 }
</style>

background-color css

<style>
 a { background-color: #1390C0; }

 a { background-color: rgb(19,144,192); }

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

border-color css

<style>
 span { border-color: #1390C0; }

 span { border-color: rgb(19,144,192); }

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