Html Css Color HEX #0174BA Cerulean

📋 copy color: '#0174BA'

red 1 ◦ green 116 ◦ blue 186

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

Shades of Cerulean #0174BA

Tints of Cerulean #0174BA

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 0.33%
G = 38.28%
B = 61.39%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0174BA (or 0x0174BA) is known color: Cerulean. HEX triplet: 01, 74 and BA. RGB value is (1,116,186). Sum of RGB (Red+Green+Blue) = 1+116+186=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #0174BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174BA is #FE8B45. Grayscale: #595959. Windows color (decimal): -16681798 or 12219393. OLE color: 12219393.

HSL color Cylindrical-coordinate representation of color #0174BA: hue angle of 202.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0174BA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 116 186 -
CMYK 0.99 0.38 0 0.27
HSL 202.7º 0.99% 0.37% -
HSV(B) 202.7º 0.99% 0.73% -
XYZ 15.12 16.04 48.75 -
YUV 89.6 182.4 64.81 -
System Red Green Blue C M Y K H S L
Decimal 1 116 186 0.99 0.38 0 0.27 202.7 0.99 0.37
Hex 1 74 BA 63 26 0 1B CB 63 25
Octal 1 164 272 143 46 0 33 313 143 45
Binary 1 1110100 10111010 1100011 100110 0 11011 11001011 1100011 100101

Color Harmonies of #0174BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174BA

Black with #0174BA

Text Example


Text Example

White with #0174BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0174BA; }

 p { color: rgb(1,116,186); }

 H1.HeaderClassName
 {
   color: #0174BA;
 }
 .AnyTagClassName
 {
   color: #0174BA;
 }
</style>

background-color css

<style>
 a { background-color: #0174BA; }

 a { background-color: rgb(1,116,186); }

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

border-color css

<style>
 span { border-color: #0174BA; }

 span { border-color: rgb(1,116,186); }

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