Html Css Color HEX #1279AF Cerulean

📋 copy color: '#1279AF'

red 18 ◦ green 121 ◦ blue 175

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

Shades of Cerulean #1279AF

Tints of Cerulean #1279AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 5.73%
G = 38.54%
B = 55.73%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1279AF (or 0x1279AF) is known color: Cerulean. HEX triplet: 12, 79 and AF. RGB value is (18,121,175). Sum of RGB (Red+Green+Blue) = 18+121+175=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #1279AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279AF is #ED8650. Grayscale: #606060. Windows color (decimal): -15566417 or 11499794. OLE color: 11499794.

HSL color Cylindrical-coordinate representation of color #1279AF: hue angle of 200.64º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1279AF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 121 175 -
CMYK 0.90 0.31 0 0.31
HSL 200.64º 0.81% 0.38% -
HSV(B) 200.64º 0.9% 0.69% -
XYZ 14.82 16.9 43.04 -
YUV 96.36 172.38 72.11 -
System Red Green Blue C M Y K H S L
Decimal 18 121 175 0.90 0.31 0 0.31 200.64 0.81 0.38
Hex 12 79 AF 5A 1F 0 1F C9 51 26
Octal 22 171 257 132 37 0 37 311 121 46
Binary 10010 1111001 10101111 1011010 11111 0 11111 11001001 1010001 100110

Color Harmonies of #1279AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1279AF

Black with #1279AF

Text Example


Text Example

White with #1279AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1279AF; }

 p { color: rgb(18,121,175); }

 H1.HeaderClassName
 {
   color: #1279AF;
 }
 .AnyTagClassName
 {
   color: #1279AF;
 }
</style>

background-color css

<style>
 a { background-color: #1279AF; }

 a { background-color: rgb(18,121,175); }

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

border-color css

<style>
 span { border-color: #1279AF; }

 span { border-color: rgb(18,121,175); }

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